Merge from vendor branch DIFFUTILS:
[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 # $DragonFly: src/usr.sbin/IPXrouted/Makefile,v 1.2 2003/06/17 04:29:52 dillon Exp $
4
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
11
12 .include <bsd.prog.mk>