diff options
| author | Johan Karlsson <johan@FreeBSD.org> | 2004-02-23 20:25:27 +0000 |
|---|---|---|
| committer | Johan Karlsson <johan@FreeBSD.org> | 2004-02-23 20:25:27 +0000 |
| commit | 604d24db9579f5b317cae3fae63ab75ef5efca7f (patch) | |
| tree | c7a40798921957743bfe9ddeb54c45234fb14086 /sbin/mount_nullfs | |
| parent | cee1270c1af563b8877f3ee833694ca693505177 (diff) | |
Notes
Diffstat (limited to 'sbin/mount_nullfs')
| -rw-r--r-- | sbin/mount_nullfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nullfs/Makefile b/sbin/mount_nullfs/Makefile index 7139b3f9bd1de..9a6be28a960ca 100644 --- a/sbin/mount_nullfs/Makefile +++ b/sbin/mount_nullfs/Makefile @@ -7,7 +7,7 @@ MAN= mount_nullfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+=-I${MOUNT} -WARNS= 0 +WARNS?= 0 .PATH: ${MOUNT} |
