2000-04-13 09:12:16 +00:00
|
|
|
# $NetBSD: Makefile,v 1.9 2000/04/13 09:12:16 itojun Exp $
|
1993-12-16 05:31:05 +00:00
|
|
|
|
|
|
|
PROG= rarpd
|
1997-11-24 18:43:12 +00:00
|
|
|
SRCS= rarpd.c mkarp.c
|
1997-06-21 14:23:57 +00:00
|
|
|
MAN= rarpd.8
|
1995-09-01 21:55:44 +00:00
|
|
|
|
|
|
|
# Uncomment the following to require a boot file in TFTP_DIR
|
|
|
|
# to exist for a rarp reply to be sent.
|
1997-10-25 06:57:53 +00:00
|
|
|
# CPPFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\"
|
2000-04-13 09:12:16 +00:00
|
|
|
CPPFLAGS+=-DHAVE_IFADDRS_H
|
1993-12-16 05:31:05 +00:00
|
|
|
|
1999-06-06 02:52:16 +00:00
|
|
|
LDADD+= -lutil
|
|
|
|
DPADD+= ${LIBUTIL}
|
1993-12-16 05:31:05 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|