Makefile revision 74532
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/usr.sbin/IPXrouted/Makefile 74532 2001-03-20 18:17:26Z ru $
3
4PROG=	IPXrouted
5SRCS=	af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
6SRCS+=  sap_input.c sap_tables.c sap_output.c
7DPADD=	${LIBCOMPAT} ${LIBIPX}
8LDADD=	-lcompat -lipx
9
10.include <bsd.prog.mk>
11