Makefile revision 256281
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: stable/10/usr.sbin/IPXrouted/Makefile 125430 2004-02-04 10:18:05Z ru $
3
4PROG=	IPXrouted
5MAN=	IPXrouted.8
6SRCS=	af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
7SRCS+=  sap_input.c sap_tables.c sap_output.c
8
9WARNS?= 2
10
11.include <bsd.prog.mk>
12