diff options
author | uqs <uqs@FreeBSD.org> | 2010-02-27 10:14:59 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-02-27 10:14:59 +0000 |
commit | 60c474d1ca77c8dde69406681b66aba82bf618b7 (patch) | |
tree | fbbf20570129906479ae54fab34b9921a8abff0f /sbin/mount_hpfs/Makefile | |
parent | 03d2b3884ad57edb16b4ab6773c1ea6269efa2e1 (diff) | |
download | FreeBSD-src-60c474d1ca77c8dde69406681b66aba82bf618b7.zip FreeBSD-src-60c474d1ca77c8dde69406681b66aba82bf618b7.tar.gz |
mount_hpfs(8): make WARNS=6 clean
PR: bin/139995
Approved by: ed (co-mentor)
Diffstat (limited to 'sbin/mount_hpfs/Makefile')
-rw-r--r-- | sbin/mount_hpfs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mount_hpfs/Makefile b/sbin/mount_hpfs/Makefile index 0843774..9e65b8e 100644 --- a/sbin/mount_hpfs/Makefile +++ b/sbin/mount_hpfs/Makefile @@ -7,8 +7,7 @@ SRCS= mount_hpfs.c getmntopts.c MAN= mount_hpfs.8 MOUNT= ${.CURDIR}/../mount -CFLAGS+=-I${MOUNT} -DHPFS -WARNS?= 0 +CFLAGS+= -I${MOUNT} -DHPFS .PATH: ${MOUNT} |