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