1997-11-24 21:43:12 +03:00
|
|
|
# $NetBSD: Makefile,v 1.7 1997/11/24 18:43:19 is Exp $
|
1993-12-16 08:31:05 +03:00
|
|
|
|
|
|
|
PROG= rarpd
|
1997-11-24 21:43:12 +03:00
|
|
|
SRCS= rarpd.c mkarp.c
|
1997-06-21 18:23:57 +04:00
|
|
|
MAN= rarpd.8
|
1995-09-02 01:55:44 +04:00
|
|
|
|
|
|
|
# Uncomment the following to require a boot file in TFTP_DIR
|
|
|
|
# to exist for a rarp reply to be sent.
|
1997-10-25 10:57:53 +04:00
|
|
|
# CPPFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\"
|
1993-12-16 08:31:05 +03:00
|
|
|
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|