xref: /freebsd/usr.sbin/rarpd/Makefile (revision 867de4336b4ee2bcbb9ed55f9c28a51d2da777df)
19636a39aSBill Paul#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
2867de433SBill Paul#	$Id: Makefile,v 1.3 1995/04/02 01:35:53 wpaul Exp $
39636a39aSBill Paul
49636a39aSBill PaulPROG=	rarpd
59636a39aSBill PaulMAN8=	rarpd.8
6867de433SBill PaulSRCS=	rarpd.c
7867de433SBill Paul
89636a39aSBill PaulCFLAGS+= -DTFTP_DIR=\"/tftpboot\"
99636a39aSBill Paul
109636a39aSBill Paul.include <bsd.prog.mk>
11