route.8: Remove NS remains.
[dragonfly.git] / usr.sbin / IPXrouted / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD: src/usr.sbin/IPXrouted/Makefile,v 1.4.2.1 2001/04/25 12:09:10 ru Exp $
3
4 PROG=   IPXrouted
5 MAN=    IPXrouted.8
6 SRCS=   af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
7 SRCS+=  sap_input.c sap_tables.c sap_output.c
8 DPADD=  ${LIBIPX}
9 LDADD=  -lipx
10
11 WARNS?= 2
12
13 .include <bsd.prog.mk>