artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2d1b0f
)
correct .OBJDIR use; from Denis Bodor
author
deraadt
<deraadt@openbsd.org>
Wed, 4 Sep 2024 14:18:36 +0000
(14:18 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 4 Sep 2024 14:18:36 +0000
(14:18 +0000)
share/tabset/Makefile
patch
|
blob
|
history
diff --git
a/share/tabset/Makefile
b/share/tabset/Makefile
index
687f954
..
61ff534
100644
(file)
--- a/
share/tabset/Makefile
+++ b/
share/tabset/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
6 2024/08/23 15:13:58 nicm
Exp $
+# $OpenBSD: Makefile,v 1.
7 2024/09/04 14:18:36 deraadt
Exp $
# from: @(#)Makefile 5.3 (Berkeley) 10/22/90
FILES= std stdcrt vt100 vt300
@@
-7,7
+7,7
@@
CLEANFILES+= ${FILES}
all: ${FILES}
${FILES}:
- sh ${.CURDIR}/gentabset.sh ${.
CURDIR}/obj
+ sh ${.CURDIR}/gentabset.sh ${.
OBJDIR}
realinstall: ${FILES}
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \