diff options
author | johan <johan@FreeBSD.org> | 2003-02-23 13:22:41 +0000 |
---|---|---|
committer | johan <johan@FreeBSD.org> | 2003-02-23 13:22:41 +0000 |
commit | 1fe8b438d621942a5bf27235f48f8f42acf01601 (patch) | |
tree | c896dbbad8fac543380aab2af6c557c893255dcf /sbin | |
parent | 671c0da119cae84fe6eece163e4d6a8f3f67ec1e (diff) | |
download | FreeBSD-src-1fe8b438d621942a5bf27235f48f8f42acf01601.zip FreeBSD-src-1fe8b438d621942a5bf27235f48f8f42acf01601.tar.gz |
Remove one of two WARNS=0.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/umount/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile index 9e59a3e..51bcbad 100644 --- a/sbin/umount/Makefile +++ b/sbin/umount/Makefile @@ -10,7 +10,6 @@ MAN= umount.8 MOUNT= ${.CURDIR}/../mount UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall CFLAGS+= -I${MOUNT} -I${UMNTALL} -WARNS= 0 .PATH: ${MOUNT} ${UMNTALL} |