]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/IPXrouted/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.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>