summaryrefslogtreecommitdiff
path: root/usr.sbin/rarpd/Makefile
blob: d6a36837486bf70dd818b5bf9e9d1b7c637a590e (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:44:10 deraadt Exp $

PROG=	rarpd
SRCS=	rarpd.c arptab.c
MAN=	rarpd.8

# Uncomment the following to require a boot file in TFTP_DIR
# to exist for a rarp reply to be sent.
# CFLAGS+=-DREQUIRE_TFTPBOOT

.include <bsd.prog.mk>