artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5629e51
)
must use sh to run the script, because /usr/src may be noexec
author
deraadt
<deraadt@openbsd.org>
Fri, 23 Aug 2024 02:46:09 +0000
(
02:46
+0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 23 Aug 2024 02:46:09 +0000
(
02:46
+0000)
games/quiz/Makefile
patch
|
blob
|
history
diff --git
a/games/quiz/Makefile
b/games/quiz/Makefile
index
75a9ba2
..
6a6d948
100644
(file)
--- a/
games/quiz/Makefile
+++ b/
games/quiz/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
7 2024/08/22 04:34:19 mglocker
Exp $
+# $OpenBSD: Makefile,v 1.
8 2024/08/23 02:46:09 deraadt
Exp $
PROG= quiz
MAN= quiz.6
@@
-12,7
+12,7
@@
NAPHONE= ${.CURDIR}/../../share/misc/na.phone
CLEANFILES+= areas
areas: ${NAPHONE}
- ${.CURDIR}/naphone2areas.sh ${NAPHONE} > areas
+
sh
${.CURDIR}/naphone2areas.sh ${NAPHONE} > areas
afterinstall: areas
(cd ${.CURDIR}/datfiles; ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} \