Makefile revision 1.2
1# @(#) $Id: Makefile,v 1.2 1994/12/22 11:39:31 cgd Exp $
2
3PROG=	rarpd
4SRCS=	rarpd.c
5
6CFLAGS+=-I${.CURDIR} -DTFTP_DIR=\"/tftpboot\"
7
8MAN=	rarpd.8
9
10.include <bsd.prog.mk>
11