diff options
author | rafan <rafan@FreeBSD.org> | 2007-04-05 22:07:09 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-04-05 22:07:09 +0800 |
commit | 556f84975b829227cc83c4c092b47f40dda0a673 (patch) | |
tree | 04e60817a24c4dc57bb25c248b5eb8882fb1823a /sysutils | |
parent | 5c7c260f4760e6d52683c461c1ac7fc66610ecd4 (diff) | |
download | freebsd-ports-graphics-556f84975b829227cc83c4c092b47f40dda0a673.tar.gz freebsd-ports-graphics-556f84975b829227cc83c4c092b47f40dda0a673.tar.zst freebsd-ports-graphics-556f84975b829227cc83c4c092b47f40dda0a673.zip |
- Remove WARNS unless someone want to fix it
Requested by: kris
Approved by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ffs2recov/files/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/ffs2recov/files/Makefile b/sysutils/ffs2recov/files/Makefile index 37a17413770..de4c8c4bc4a 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> |