1995-11-17 12:49:19 +03:00
|
|
|
# $NetBSD: Makefile,v 1.4 1995/11/17 09:51:08 thorpej Exp $
|
1993-12-16 08:31:05 +03:00
|
|
|
|
|
|
|
PROG= rarpd
|
|
|
|
SRCS= rarpd.c
|
|
|
|
|
1995-09-02 01:55:44 +04:00
|
|
|
CFLAGS+=-I${.CURDIR}
|
|
|
|
|
|
|
|
# Uncomment the following to require a boot file in TFTP_DIR
|
|
|
|
# to exist for a rarp reply to be sent.
|
|
|
|
# CFLAGS+=-DREQUIRE_TFTPBOOT -DTFTP_DIR=\"/tftpboot\"
|
1993-12-16 08:31:05 +03:00
|
|
|
|
1994-12-22 14:32:57 +03:00
|
|
|
MAN= rarpd.8
|
1993-12-16 08:31:05 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|