artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c839d22
)
Enable compiler warnings; OK martijn@
author
millert
<millert@openbsd.org>
Wed, 13 Dec 2017 16:06:05 +0000
(16:06 +0000)
committer
millert
<millert@openbsd.org>
Wed, 13 Dec 2017 16:06:05 +0000
(16:06 +0000)
usr.bin/sed/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/sed/Makefile
b/usr.bin/sed/Makefile
index
363b67f
..
3a4740d
100644
(file)
--- a/
usr.bin/sed/Makefile
+++ b/
usr.bin/sed/Makefile
@@
-1,6
+1,7
@@
-# $OpenBSD: Makefile,v 1.
4 2010/01/04 17:50:39 deraad
t Exp $
+# $OpenBSD: Makefile,v 1.
5 2017/12/13 16:06:05 miller
t Exp $
PROG= sed
SRCS= compile.c main.c misc.c process.c
+WARNINGS=yes
.include <bsd.prog.mk>