2000-04-13 13:12:16 +04:00
|
|
|
# $NetBSD: Makefile,v 1.9 2000/04/13 09:12:16 itojun 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\"
|
2000-04-13 13:12:16 +04:00
|
|
|
CPPFLAGS+=-DHAVE_IFADDRS_H
|
1993-12-16 08:31:05 +03:00
|
|
|
|
1999-06-06 06:52:16 +04:00
|
|
|
LDADD+= -lutil
|
|
|
|
DPADD+= ${LIBUTIL}
|
1993-12-16 08:31:05 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|