artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c6d06
)
Remove REQUIRE_TFTPBOOT left-over
author
kn
<kn@openbsd.org>
Tue, 4 Oct 2022 23:58:09 +0000
(23:58 +0000)
committer
kn
<kn@openbsd.org>
Tue, 4 Oct 2022 23:58:09 +0000
(23:58 +0000)
-t succeeded this macro in 2004.
usr.sbin/rarpd/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/rarpd/Makefile
b/usr.sbin/rarpd/Makefile
index
f625aff
..
4648b66
100644
(file)
--- 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 <bsd.prog.mk>