Enable compiler warnings; OK martijn@
authormillert <millert@openbsd.org>
Wed, 13 Dec 2017 16:06:05 +0000 (16:06 +0000)
committermillert <millert@openbsd.org>
Wed, 13 Dec 2017 16:06:05 +0000 (16:06 +0000)
usr.bin/sed/Makefile

index 363b67f..3a4740d 100644 (file)
@@ -1,6 +1,7 @@
-#      $OpenBSD: Makefile,v 1.4 2010/01/04 17:50:39 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.5 2017/12/13 16:06:05 millert Exp $
 
 PROG=  sed
 SRCS=  compile.c main.c misc.c process.c
+WARNINGS=yes
 
 .include <bsd.prog.mk>