summaryrefslogtreecommitdiff
path: root/usr.bin/uniq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/uniq/Makefile')
-rw-r--r--usr.bin/uniq/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/uniq/Makefile b/usr.bin/uniq/Makefile
index 52dadb7df4e..a7de5e3ec85 100644
--- a/usr.bin/uniq/Makefile
+++ b/usr.bin/uniq/Makefile
@@ -1,5 +1,7 @@
-# $OpenBSD: Makefile,v 1.3 1997/09/21 11:51:33 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2006/04/07 05:10:02 ray Exp $
PROG= uniq
+COPTS+= -Wall -W
+
.include <bsd.prog.mk>