1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -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 PROG= rarpd
SRCS= rarpd.c arptab.c SRCS= rarpd.c arptab.c
MAN= rarpd.8 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> .include <bsd.prog.mk>