summaryrefslogtreecommitdiffstats
path: root/hack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hack/Makefile')
-rw-r--r--hack/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/hack/Makefile b/hack/Makefile
index 4159352c..66baa586 100644
--- a/hack/Makefile
+++ b/hack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 1997/11/20 08:52:16 mrg Exp $
+# $NetBSD: Makefile,v 1.28 1998/09/12 19:05:48 wrstuden Exp $
# @(#)Makefile 8.2 (Berkeley) 4/27/95
PROG= hack
@@ -27,6 +27,9 @@ FILESDIR=/var/games/hackdir
hack.onames.h: makedefs def.objects.h
${.OBJDIR}/makedefs ${.CURDIR}/def.objects.h > hack.onames.h
+makedefs: makedefs.c
+ ${HOST_LINK.c} -o makedefs ${.CURDIR}/makedefs.c
+
hack.h: hack.onames.h
alloc.o hack.Decl.o hack.apply.o hack.bones.o hack.o hack.cmd.o hack.do.o \