blob: 12b5b659f23bc9323ba670dec776e3924ebf4397 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.6 2003/05/15 14:52:12 itojun Exp $
PROG= rarpd
SRCS= rarpd.c arptab.c
MAN= rarpd.8
LDADD+= -lutil
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>
|