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