diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-05-01 23:19:03 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-05-01 23:19:03 +0000 |
commit | bfabde13e72d4ff86e636bd9a47d732f6708df75 (patch) | |
tree | 3e670d786cb0dd6988e8cf0bccdac92c8776551a /sysutils/ffs2recov/Makefile | |
parent | b2309a5619cdb0f9a2ea13bfb6ef55451888acf4 (diff) |
Notes
Diffstat (limited to 'sysutils/ffs2recov/Makefile')
-rw-r--r-- | sysutils/ffs2recov/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ffs2recov/Makefile b/sysutils/ffs2recov/Makefile index baaa28cde874..1de3427704a1 100644 --- a/sysutils/ffs2recov/Makefile +++ b/sysutils/ffs2recov/Makefile @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN8= ffs2recov.8 PLIST_FILES= sbin/ffs2recov -MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${MANPREFIX}/man/man +MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${MANPREFIX}/man/man \ + WARNS=0 .include <bsd.port.mk> |