Makefile revision 1.1
1# @(#) $Id: Makefile,v 1.1 1993/12/16 05:31:05 deraadt Exp $
2
3PROG=	rarpd
4SRCS=	rarpd.c
5
6CFLAGS+=-I${.CURDIR} -DTFTP_DIR=\"/tftpboot\"
7
8MAN8=	rarpd.0
9
10.include <bsd.prog.mk>
11