artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02b9ea7
)
It feels like this Makefile should contain -Wall at least
author
deraadt
<deraadt@openbsd.org>
Wed, 15 Apr 2015 02:10:25 +0000
(
02:10
+0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 15 Apr 2015 02:10:25 +0000
(
02:10
+0000)
usr.bin/su/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/su/Makefile
b/usr.bin/su/Makefile
index
9b9b170
..
645d194
100644
(file)
--- 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 miller
t Exp $
+# $OpenBSD: Makefile,v 1.
9 2015/04/15 02:10:25 deraad
t Exp $
PROG= su
BINOWN= root
BINMODE=4555
-
+COPTS=-Wall
.include <bsd.prog.mk>