diff options
author | 2017-07-01 14:37:25 +0000 | |
---|---|---|
committer | 2017-07-01 14:37:25 +0000 | |
commit | 9410ab6b623dab1f16fc43a9ddc4f118e3934c50 (patch) | |
tree | 3ebfb07d90607e746aee99c278575cb7685658a1 | |
parent | magicfp is fclosed where it was opened, remove fclose from magic_load() (diff) | |
download | wireguard-openbsd-9410ab6b623dab1f16fc43a9ddc4f118e3934c50.tar.xz wireguard-openbsd-9410ab6b623dab1f16fc43a9ddc4f118e3934c50.zip |
missed BUILDFIRST. Allow stuff to proceed without depends
as found by krw@
-rw-r--r-- | games/hack/Makefile | 4 |
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 |