]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/rarpd/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / rarpd / Makefile
1 #       from: @(#)Makefile      5.8 (Berkeley) 7/28/90
2 # $FreeBSD$
3
4 PROG=   rarpd
5 MAN=    rarpd.8
6
7 WARNS?= 3
8 # This breaks with format strings returned by expand_syslog_m().. argh!
9 #FORMAT_AUDIT?= 1
10
11 .include <bsd.prog.mk>