]> git.saurik.com Git - apple/network_cmds.git/blame - rarpd.tproj/Makefile.dist
network_cmds-306.tar.gz
[apple/network_cmds.git] / rarpd.tproj / Makefile.dist
CommitLineData
f550d664 1# @(#) $Id: Makefile.dist,v 1.1 1999/05/02 03:57:59 wsanchez Exp $
b7080c8e
A
2
3PROG= rarpd
4SRCS= rarpd.c
5
6CFLAGS+=-I${.CURDIR} -DTFTP_DIR=\"/tftpboot\"
7
8MAN8= rarpd.0
9
10.include <bsd.prog.mk>