diff options
author | Bruce Evans <bde@FreeBSD.org> | 2002-03-18 02:13:38 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 2002-03-18 02:13:38 +0000 |
commit | 3f305db0a22891ad83a5755e9636d5d8da588e52 (patch) | |
tree | 9926d3004bfd9d4522a90453a83ee23c579e886b /sbin | |
parent | 54af1ca6c19686201fc6dcd4728773481f3b475b (diff) | |
download | src-test2-3f305db0a22891ad83a5755e9636d5d8da588e52.tar.gz src-test2-3f305db0a22891ad83a5755e9636d5d8da588e52.zip |
Notes
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/newfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index 4228510fb287..4e9462116b71 100644 --- a/sbin/newfs/Makefile +++ b/sbin/newfs/Makefile @@ -7,7 +7,7 @@ MAN= newfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+=-DFSIRAND -I${MOUNT} -WARNS= 2 +WARNS?= 2 .PATH: ${MOUNT} |