diff options
author | 2015-04-15 02:10:25 +0000 | |
---|---|---|
committer | 2015-04-15 02:10:25 +0000 | |
commit | 278b61c29e06caf1b3c02f31156ecd22553146b6 (patch) | |
tree | e387a871e3a6b3383c6b57efdc9ecd3d4e9b0bb0 | |
parent | document missing argument; ok jmc (diff) | |
download | wireguard-openbsd-278b61c29e06caf1b3c02f31156ecd22553146b6.tar.xz wireguard-openbsd-278b61c29e06caf1b3c02f31156ecd22553146b6.zip |
It feels like this Makefile should contain -Wall at least
-rw-r--r-- | usr.bin/su/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 9b9b1701700..645d1941004 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -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> |