diff options
Diffstat (limited to 'sbin/mdmfs/Makefile')
-rw-r--r-- | sbin/mdmfs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/mdmfs/Makefile b/sbin/mdmfs/Makefile index 1ef7084..999793f 100644 --- a/sbin/mdmfs/Makefile +++ b/sbin/mdmfs/Makefile @@ -4,6 +4,5 @@ PROG= mdmfs LINKS= ${BINDIR}/${PROG} ${BINDIR}/mount_mfs MAN= mdmfs.8 MLINKS+= mdmfs.8 mount_mfs.8 -WARNS?= 6 .include <bsd.prog.mk> |