summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>