diff options
Diffstat (limited to 'sysutils/dwatch/Makefile')
-rw-r--r-- | sysutils/dwatch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/dwatch/Makefile b/sysutils/dwatch/Makefile index 811bce072fb8..d4cc815aae13 100644 --- a/sysutils/dwatch/Makefile +++ b/sysutils/dwatch/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= bin/dwatch etc/dwatch.conf-dist CFLAGS+= -DETCDIR="\"${PREFIX}/etc\"" \ -DPS="\"/bin/ps -ax\"" +NO_STAGE= yes do-build: (cd ${BUILD_WRKSRC}; ${CC} ${CFLAGS} -o dwatch dwatch.c) |