1#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
2# $FreeBSD$
3
4PROG=	rarpd
5MAN=	rarpd.8
6
7DPADD=	${LIBUTIL}
8LDADD=	-lutil
9
10WARNS?=	3
11# This breaks with format strings returned by expand_syslog_m().. argh!
12#FORMAT_AUDIT?=	1
13
14.include <bsd.prog.mk>
15