summaryrefslogtreecommitdiff
path: root/usr.sbin/rarpd/Makefile
blob: f625affb242f848248940f3dac1bda2619969440 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.8 2015/10/26 10:34:18 tedu 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>