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