summaryrefslogtreecommitdiffstats
path: root/hack/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-06 22:49:42 +0000
committermycroft <mycroft@NetBSD.org>1993-08-06 22:49:42 +0000
commitfff970121118fba4dda5b1df821221703499ca49 (patch)
tree785a84e03b202e545b417bf594e3204f01e3197c /hack/Makefile
parent6aff9538a824ff4d0e25b1e6d6e518e1ab33c7ee (diff)
downloadbsdgames-darwin-fff970121118fba4dda5b1df821221703499ca49.tar.gz
bsdgames-darwin-fff970121118fba4dda5b1df821221703499ca49.tar.zst
bsdgames-darwin-fff970121118fba4dda5b1df821221703499ca49.zip
Remove makedefs when cleaning.
Diffstat (limited to 'hack/Makefile')
-rw-r--r--hack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/Makefile b/hack/Makefile
index 8228b7d8..9b9b39a3 100644
--- a/hack/Makefile
+++ b/hack/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.10 (Berkeley) 12/8/90
-# $Id: Makefile,v 1.6 1993/08/06 16:24:29 mycroft Exp $
+# $Id: Makefile,v 1.7 1993/08/06 22:49:42 mycroft Exp $
PROG= hack
SRCS+= hack.onames.h
@@ -18,8 +18,8 @@ MAN6= hack.0
DPADD= ${LIBTERM}
LDADD= -ltermcap
HIDEGAME=hidegame
+CLEANFILES+=hack.onames.h makedefs
-CLEANFILES+=hack.onames.h
hack.onames.h: makedefs def.objects.h
./makedefs ${.CURDIR}/def.objects.h > hack.onames.h