summaryrefslogtreecommitdiffstats
path: root/usr.sbin/IPXrouted/Makefile
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-11-15 17:10:56 +0000
committertrhodes <trhodes@FreeBSD.org>2003-11-15 17:10:56 +0000
commitd3fc111f85da524a553d8ccc342ace2d734cddba (patch)
treeabc659b47600a02d40b49136b6cd8ba21077b7b9 /usr.sbin/IPXrouted/Makefile
parentccae1a80af72af777f7c2846f31079f73181bf57 (diff)
downloadFreeBSD-src-d3fc111f85da524a553d8ccc342ace2d734cddba.zip
FreeBSD-src-d3fc111f85da524a553d8ccc342ace2d734cddba.tar.gz
Make this WARNS 2 clean, and fix up the manual page:
Avoid implicit function calls by adding the proper include files. Use const char copyright. Fix some fprint formatting. In the manual page: Use the .Pa macro for filenames and locations. Kill hard setence breaks. Make use of the .Tn and .Dq macros. Add some to text to the otherwise blank HISTORY section (taken from CVS).
Diffstat (limited to 'usr.sbin/IPXrouted/Makefile')
-rw-r--r--usr.sbin/IPXrouted/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/IPXrouted/Makefile b/usr.sbin/IPXrouted/Makefile
index 374782d..b344345 100644
--- a/usr.sbin/IPXrouted/Makefile
+++ b/usr.sbin/IPXrouted/Makefile
@@ -6,6 +6,8 @@ MAN= IPXrouted.8
SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
SRCS+= sap_input.c sap_tables.c sap_output.c
+WARNS?= 2
+
DPADD= ${LIBCOMPAT} ${LIBIPX}
LDADD= -lcompat -lipx
OpenPOWER on IntegriCloud