diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:41:13 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:41:13 +0000 |
commit | c7540205fcb3031b5ef81e1e66a16061e796d155 (patch) | |
tree | 2b21697737cb76e30564623ba5dd7c778632f6f0 /sysutils | |
parent | 96de6e8945030fcd9622c62ca8e8699453e9b163 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/zeroer/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/zeroer/Makefile b/sysutils/zeroer/Makefile index dd83846baecd..e5fe10f980e9 100644 --- a/sysutils/zeroer/Makefile +++ b/sysutils/zeroer/Makefile @@ -20,8 +20,6 @@ LDFLAGS+= -L${LOCALBASE}/lib -lpopt OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - do-build: ${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.c \ -o ${WRKSRC}/${PORTNAME} |