summaryrefslogtreecommitdiff
path: root/sysutils/ffs2recov
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-04-05 14:07:09 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-04-05 14:07:09 +0000
commitf073dbfa3410fe47a522e1d5be96fb6970ba5834 (patch)
treedaa72f1e7921538d908dc7a3a05643933a367973 /sysutils/ffs2recov
parent- Commit the correct version of mi's patch from ports/109896 as tested on (diff)
- Remove WARNS unless someone want to fix it
Requested by: kris Approved by: maintainer
Notes
Notes: svn path=/head/; revision=189291
Diffstat (limited to 'sysutils/ffs2recov')
-rw-r--r--sysutils/ffs2recov/files/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/ffs2recov/files/Makefile b/sysutils/ffs2recov/files/Makefile
index 37a174137707..de4c8c4bc4a5 100644
--- a/sysutils/ffs2recov/files/Makefile
+++ b/sysutils/ffs2recov/files/Makefile
@@ -7,6 +7,4 @@ MAN= ffs2recov.8
DPADD= ${LIBUFS}
LDADD= -lufs
-WARNS?= 3
-
.include <bsd.prog.mk>