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