NetBSD/libexec/rarpd/Makefile

11 lines
183 B
Makefile
Raw Normal View History

1993-09-07 06:32:34 +04:00
# @(#) $Id: Makefile,v 1.1 1993/09/07 02:32:34 cassidy Exp $ (CYGNUS)
PROG= rarpd
SRCS= rarpd.c
CFLAGS+=-I${.CURDIR} -DTFTP_DIR=\"/tftpboot\"
MAN8= rarpd.0
.include <bsd.prog.mk>