lentferj's projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Put WARNS?=6 in usr.sbin/Makefile.inc (like in usr.bin/ etc.).
[dragonfly.git]
/
usr.sbin
/
IPXrouted
/
Makefile
diff --git
a/usr.sbin/IPXrouted/Makefile
b/usr.sbin/IPXrouted/Makefile
index
9d977a6
..
d1f64ec
100644
(file)
--- a/
usr.sbin/IPXrouted/Makefile
+++ b/
usr.sbin/IPXrouted/Makefile
@@
-9,4
+9,6
@@
SRCS+= sap_input.c sap_tables.c sap_output.c
DPADD= ${LIBCOMPAT} ${LIBIPX}
LDADD= -lcompat -lipx
+WARNS?= 1
+
.include <bsd.prog.mk>