]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/IPXrouted/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / IPXrouted / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 PROG=   IPXrouted
5 MAN=    IPXrouted.8
6 SRCS=   af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
7 SRCS+=  sap_input.c sap_tables.c sap_output.c
8
9 WARNS?= 2
10
11 .include <bsd.prog.mk>