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