xref: /freebsd/usr.sbin/rarpd/Makefile (revision c5c02a131a0e2ef52771e683269bc8778fe511f3)
1PROG=	rarpd
2MAN=	rarpd.8
3
4LIBADD=	util
5
6WARNS?=	3
7# This breaks with format strings returned by expand_syslog_m().. argh!
8#FORMAT_AUDIT?=	1
9
10.include <bsd.prog.mk>
11