diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-07-10 21:30:38 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-07-10 21:30:38 +0000 |
commit | 433b9801a13f7ac0c037774a9dd8955c42ea88dc (patch) | |
tree | 797e7db1db0ede7ed555d794dbb73ebf13693a30 /games/hack | |
parent | 8776829ca3b5bc98f5ee9ae331aa2d67c120b5f6 (diff) |
remove misc. depend and yacc nits that no longer matter.
okay millert@
Diffstat (limited to 'games/hack')
-rw-r--r-- | games/hack/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile index 8eddaabff66..45102fc152d 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.15 2017/07/01 14:37:25 espie Exp $ +# $OpenBSD: Makefile,v 1.16 2017/07/10 21:30:37 espie Exp $ PROG= hack CFLAGS+=-I. -SRCS+= hack.onames.h SRCS+= alloc.c hack.Decl.c hack.apply.c hack.bones.c hack.c hack.cmd.c \ hack.do.c hack.do_name.c hack.do_wear.c hack.dog.c hack.eat.c \ hack.end.c hack.engrave.c hack.fight.c hack.invent.c hack.ioctl.c \ |