1# $OpenBSD: Makefile,v 1.8 2015/10/26 10:34:18 tedu Exp $ 2 3PROG= rarpd 4SRCS= rarpd.c arptab.c 5MAN= rarpd.8 6 7# Uncomment the following to require a boot file in TFTP_DIR 8# to exist for a rarp reply to be sent. 9# CFLAGS+=-DREQUIRE_TFTPBOOT 10 11.include <bsd.prog.mk> 12