diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-04 02:19:58 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-04 02:19:58 +0000 |
| commit | 2d68bf45bfd846af100054ea94cdce64e298eb01 (patch) | |
| tree | e310d81d0274f70e39b1ca6e572c855c93bfb84d /sbin/mount_hpfs | |
| parent | a748290789444352877e207721a7db215206cc9a (diff) | |
Notes
Diffstat (limited to 'sbin/mount_hpfs')
| -rw-r--r-- | sbin/mount_hpfs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/mount_hpfs/Makefile b/sbin/mount_hpfs/Makefile index c8e0fd229896..12b30c4e8087 100644 --- a/sbin/mount_hpfs/Makefile +++ b/sbin/mount_hpfs/Makefile @@ -8,6 +8,8 @@ MAN= mount_hpfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+=-I${MOUNT} -DHPFS +WARNS= 0 + .PATH: ${MOUNT} .include <bsd.prog.mk> |
