It feels like this Makefile should contain -Wall at least
authorderaadt <deraadt@openbsd.org>
Wed, 15 Apr 2015 02:10:25 +0000 (02:10 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 15 Apr 2015 02:10:25 +0000 (02:10 +0000)
usr.bin/su/Makefile

index 9b9b170..645d194 100644 (file)
@@ -1,7 +1,7 @@
-#      $OpenBSD: Makefile,v 1.8 2001/05/29 21:40:35 millert Exp $
+#      $OpenBSD: Makefile,v 1.9 2015/04/15 02:10:25 deraadt Exp $
 
 PROG=  su
 BINOWN=        root
 BINMODE=4555
-
+COPTS=-Wall
 .include <bsd.prog.mk>