]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/IPXrouted/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>