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