summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd/Makefile
blob: 73d7651085639fd318ad86096abe0182fc50658c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.7 2015/10/26 10:08:14 jung Exp $

PROG=	rarpd
SRCS=	rarpd.c arptab.c
MAN=	rarpd.8
DPADD+=	${LIBUTIL}

# 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>