d4fc5fab1b
[This was broken when the 4.4BSD ARP table changes were done, and never repaired.] Inspired by Jarle Greipsland, PR 4531; code stolen from arp.a and cleaned up (mostly removing global variables). XXX As pointed out in the PR, this should be in some library (libutil?), to be usable by other servers like bootpd and dhcpd.
13 lines
286 B
Makefile
13 lines
286 B
Makefile
# $NetBSD: Makefile,v 1.7 1997/11/24 18:43:19 is Exp $
|
|
|
|
PROG= rarpd
|
|
SRCS= rarpd.c mkarp.c
|
|
MAN= rarpd.8
|
|
|
|
# Uncomment the following to require a boot file in TFTP_DIR
|
|
# to exist for a rarp reply to be sent.
|
|
# CPPFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\"
|
|
|
|
|
|
.include <bsd.prog.mk>
|