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