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