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