1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

Remove REQUIRE_TFTPBOOT left-over

-t succeeded this macro in 2004.
This commit is contained in:
kn 2022-10-04 23:58:09 +00:00
parent a5c6d06ac9
commit bfe2092d87

View 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>