11541Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
21541Srgrimes# $FreeBSD$
31541Srgrimes
41541SrgrimesPROG=	IPXrouted
51541SrgrimesMAN=	IPXrouted.8
61541SrgrimesSRCS=	af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
71541SrgrimesSRCS+=  sap_input.c sap_tables.c sap_output.c
81541Srgrimes
91541SrgrimesWARNS?= 2
101541Srgrimes
111541Srgrimes.include <bsd.prog.mk>
121541Srgrimes