summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-06 07:00:28 +0000
committerbde <bde@FreeBSD.org>1998-03-06 07:00:28 +0000
commit8609d653b2f6b5b8bae8a79846030a752e861446 (patch)
tree754c89908550a48d094410fdd76a49d6def9a63a /games
parent02ba4c143f5f16e1a23a60fb48340159c0d19e95 (diff)
downloadFreeBSD-src-8609d653b2f6b5b8bae8a79846030a752e861446.zip
FreeBSD-src-8609d653b2f6b5b8bae8a79846030a752e861446.tar.gz
Don't use the FreeBSD misfeature DPSRCS or give explicit dependencies
on generated headers. Just put generated headers in SRCS so that bsd.*.mk can generate better dependencies.
Diffstat (limited to 'games')
-rw-r--r--games/hack/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile
index 98ed82b..b07c4c6 100644
--- a/games/hack/Makefile
+++ b/games/hack/Makefile
@@ -11,17 +11,15 @@ SRCS= alloc.c hack.Decl.c hack.apply.c hack.bones.c hack.c hack.cmd.c \
hack.search.c hack.shk.c hack.shknam.c hack.steal.c hack.termcap.c \
hack.timeout.c hack.topl.c hack.track.c hack.trap.c hack.tty.c \
hack.u_init.c hack.unix.c hack.vault.c hack.version.c hack.wield.c \
- hack.wizard.c hack.worm.c hack.worn.c hack.zap.c rnd.c
+ hack.wizard.c hack.worm.c hack.worn.c hack.zap.c rnd.c \
+ hack.onames.h
MAN6= hack.6
DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -ltermcap -lcompat
CFLAGS+= -fwritable-strings -I${.CURDIR} -I.
HIDEGAME=hidegame
-DPSRCS+= hack.onames.h
CLEANFILES+= hack.onames.h makedefs
-.depend: hack.onames.h
-
hack.onames.h: makedefs def.objects.h
./makedefs ${.CURDIR}/def.objects.h > hack.onames.h
OpenPOWER on IntegriCloud