From: kn Date: Tue, 4 Oct 2022 23:58:09 +0000 (+0000) Subject: Remove REQUIRE_TFTPBOOT left-over X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bfe2092d87b190d9f89c4a6f2728a539b7f88233;p=openbsd Remove REQUIRE_TFTPBOOT left-over -t succeeded this macro in 2004. --- diff --git a/usr.sbin/rarpd/Makefile b/usr.sbin/rarpd/Makefile index f625affb242..4648b6692ff 100644 --- a/usr.sbin/rarpd/Makefile +++ b/usr.sbin/rarpd/Makefile @@ -1,11 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 2015/10/26 10:34:18 tedu Exp $ +# $OpenBSD: Makefile,v 1.9 2022/10/04 23:58:09 kn Exp $ PROG= rarpd SRCS= rarpd.c arptab.c MAN= rarpd.8 -# Uncomment the following to require a boot file in TFTP_DIR -# to exist for a rarp reply to be sent. -# CFLAGS+=-DREQUIRE_TFTPBOOT - .include