summaryrefslogtreecommitdiff
path: root/games/hack/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2017-07-01 14:37:26 +0000
committerMarc Espie <espie@cvs.openbsd.org>2017-07-01 14:37:26 +0000
commitbb3fda10fa49f4e3053e1643342aa187fff9ce06 (patch)
tree852670a58b40536b4234ade7717636979d11a710 /games/hack/Makefile
parent189ba3c9e04c1be69853dfa1e15b8da03ca32475 (diff)
missed BUILDFIRST. Allow stuff to proceed without depends
as found by krw@
Diffstat (limited to 'games/hack/Makefile')
-rw-r--r--games/hack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile
index 77ca9a39272..8eddaabff66 100644
--- a/games/hack/Makefile
+++ b/games/hack/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 2015/11/24 03:10:10 deraadt Exp $
+# $OpenBSD: Makefile,v 1.15 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