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