artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94e2e29
)
delete useless dependency
author
deraadt
<deraadt@openbsd.org>
Wed, 18 Jan 2023 20:56:36 +0000
(20:56 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 18 Jan 2023 20:56:36 +0000
(20:56 +0000)
usr.bin/ssh/sshd/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/sshd/Makefile
b/usr.bin/ssh/sshd/Makefile
index
22659d1
..
03d938e
100644
(file)
--- a/
usr.bin/ssh/sshd/Makefile
+++ b/
usr.bin/ssh/sshd/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.10
7 2023/01/18 20:43:15
deraadt Exp $
+# $OpenBSD: Makefile,v 1.10
8 2023/01/18 20:56:36
deraadt Exp $
.PATH: ${.CURDIR}/..
@@
-54,7
+54,7
@@
Makefile.relink: ${.CURDIR}/../Makefile.inc ${.CURDIR}/Makefile
# XXX assume a concatenation of these is OK
cat ${.CURDIR}/../Makefile.inc ${.CURDIR}/Makefile > Makefile.relink
-
${PROG}
sshd.tar: ${OBJS} Makefile.relink
+sshd.tar: ${OBJS} Makefile.relink
tar cf $@ ${OBJS} Makefile.relink
afterinstall: sshd.tar