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