nlookup.9 - document nlookup_init_root
[dragonfly.git] / usr.sbin / IPXrouted / Makefile
blob620c03465e91a95d380cd8e38ca8a92816c5b899
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 # $DragonFly: src/usr.sbin/IPXrouted/Makefile,v 1.2 2003/06/17 04:29:52 dillon Exp $
5 PROG= IPXrouted
6 MAN= IPXrouted.8
7 SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
8 SRCS+= sap_input.c sap_tables.c sap_output.c
9 DPADD= ${LIBCOMPAT} ${LIBIPX}
10 LDADD= -lcompat -lipx
12 WARNS?= 2
14 .include <bsd.prog.mk>