xref: /freebsd/usr.sbin/rarpd/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
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