artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46360e3
)
but -Wall is not needed
author
deraadt
<deraadt@openbsd.org>
Tue, 10 Dec 1996 08:26:53 +0000
(08:26 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 10 Dec 1996 08:26:53 +0000
(08:26 +0000)
usr.sbin/mtree/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/mtree/Makefile
b/usr.sbin/mtree/Makefile
index
6410cd3
..
7b0e9e2
100644
(file)
--- a/
usr.sbin/mtree/Makefile
+++ b/
usr.sbin/mtree/Makefile
@@
-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