artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b74e214
)
missed BUILDFIRST. Allow stuff to proceed without depends
author
espie
<espie@openbsd.org>
Sat, 1 Jul 2017 14:37:25 +0000
(14:37 +0000)
committer
espie
<espie@openbsd.org>
Sat, 1 Jul 2017 14:37:25 +0000
(14:37 +0000)
as found by krw@
games/hack/Makefile
patch
|
blob
|
history
diff --git
a/games/hack/Makefile
b/games/hack/Makefile
index
77ca9a3
..
8eddaab
100644
(file)
--- a/
games/hack/Makefile
+++ b/
games/hack/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
4 2015/11/24 03:10:10 deraadt
Exp $
+# $OpenBSD: Makefile,v 1.1
5 2017/07/01 14:37:25 espie
Exp $
PROG= hack
CFLAGS+=-I.
@@
-19,7
+19,7
@@
DPADD+= ${LIBCURSES}
LDADD+= -lcurses
CLEANFILES+=hack.onames.h makedefs
-
${PROG}:
hack.onames.h
+
BUILDFIRST =
hack.onames.h
hack.onames.h: makedefs def.objects.h
${.OBJDIR}/makedefs ${.CURDIR}/def.objects.h > hack.onames.h