Remove REQUIRE_TFTPBOOT left-over
authorkn <kn@openbsd.org>
Tue, 4 Oct 2022 23:58:09 +0000 (23:58 +0000)
committerkn <kn@openbsd.org>
Tue, 4 Oct 2022 23:58:09 +0000 (23:58 +0000)
-t succeeded this macro in 2004.

usr.sbin/rarpd/Makefile

index f625aff..4648b66 100644 (file)
@@ -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 <bsd.prog.mk>