]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/IPXrouted/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>