but -Wall is not needed
authorderaadt <deraadt@openbsd.org>
Tue, 10 Dec 1996 08:26:53 +0000 (08:26 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 10 Dec 1996 08:26:53 +0000 (08:26 +0000)
usr.sbin/mtree/Makefile

index 6410cd3..7b0e9e2 100644 (file)
@@ -1,9 +1,8 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/10 08:25:57 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.4 1996/12/10 08:26:53 deraadt Exp $
 #      $NetBSD: Makefile,v 1.8 1995/03/07 21:12:04 cgd Exp $
 
 PROG=  mtree
 #CFLAGS+=-DDEBUG
-CFLAGS+=-Wall
 MAN=   mtree.8
 SRCS=  compare.c crc.c create.c misc.c mtree.c spec.c verify.c
 .PATH: ${.CURDIR}/../../usr.bin/cksum