blob: c18fe033f2a7b4d6f78718a9d652d7e0de8fcdec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# @(#) $Id: Makefile,v 1.1 1995/10/18 08:48:02 deraadt Exp $
PROG= rarpd
SRCS= rarpd.c
CFLAGS+=-I${.CURDIR}
# Uncomment the following to require a boot file in TFTP_DIR
# to exist for a rarp reply to be sent.
# CFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\"
MAN= rarpd.8
.include <bsd.prog.mk>
|