]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/rarpd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 DPADD=  ${LIBUTIL}
8 LDADD=  -lutil
9
10 WARNS?= 3
11 # This breaks with format strings returned by expand_syslog_m().. argh!
12 #FORMAT_AUDIT?= 1
13
14 .include <bsd.prog.mk>