artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
406b1ab
)
clean sshd random relinking kit; ok miod@
author
naddy
<naddy@openbsd.org>
Sat, 10 Feb 2024 11:28:52 +0000
(11:28 +0000)
committer
naddy
<naddy@openbsd.org>
Sat, 10 Feb 2024 11:28:52 +0000
(11:28 +0000)
usr.bin/ssh/sshd/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/sshd/Makefile
b/usr.bin/ssh/sshd/Makefile
index
03d938e
..
5cf81da
100644
(file)
--- a/
usr.bin/ssh/sshd/Makefile
+++ b/
usr.bin/ssh/sshd/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.10
8 2023/01/18 20:56:36 deraadt
Exp $
+# $OpenBSD: Makefile,v 1.10
9 2024/02/10 11:28:52 naddy
Exp $
.PATH: ${.CURDIR}/..
@@
-50,6
+50,8
@@
DPADD+= ${LIBZ}
# The random relink kit, used on OpenBSD by /etc/rc
+CLEANFILES+= Makefile.relink sshd.tar
+
Makefile.relink: ${.CURDIR}/../Makefile.inc ${.CURDIR}/Makefile
# XXX assume a concatenation of these is OK
cat ${.CURDIR}/../Makefile.inc ${.CURDIR}/Makefile > Makefile.relink