summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-25 02:42:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-25 02:42:51 +0000
commit2cf3a764de23310a67725b33a0107887e2de1419 (patch)
tree397d983deaf7f6c84426b928f0a0621b49505c92 /usr.bin
parent30609e792b44ecdf0ca7e6c299dc4566e1454711 (diff)
-Wall
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/diff/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/diff/Makefile b/usr.bin/diff/Makefile
index 87be2e8af64..92854469cef 100644
--- a/usr.bin/diff/Makefile
+++ b/usr.bin/diff/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.1 2003/06/25 01:25:59 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 2003/06/25 02:42:50 deraadt Exp $
PROG= diff
SRCS= diff.c diffdir.c diffreg.c
+COPTS+= -Wall
.include <bsd.prog.mk>