xref: /freebsd/usr.sbin/rarpd/Makefile (revision e376b9ff16af49e64ca709e0eebae21be2a87c26)
19636a39aSBill Paul#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
297d92980SPeter Wemm# $FreeBSD$
39636a39aSBill Paul
49636a39aSBill PaulPROG=	rarpd
5345e52e7SRuslan ErmilovMAN=	rarpd.8
6867de433SBill Paul
79636a39aSBill PaulCFLAGS+= -DTFTP_DIR=\"/tftpboot\"
8f351b05aSPeter PentchevWARNS?=	2
9e376b9ffSPeter Pentchev# This breaks with format strings returned by expand_syslog_m().. argh!
10e376b9ffSPeter Pentchev#FORMAT_AUDIT?=	1
119636a39aSBill Paul
129636a39aSBill Paul.include <bsd.prog.mk>
13