summaryrefslogtreecommitdiffstats
path: root/boggle/mkdict/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boggle/mkdict/Makefile')
-rw-r--r--boggle/mkdict/Makefile23
1 files changed, 5 insertions, 18 deletions
diff --git a/boggle/mkdict/Makefile b/boggle/mkdict/Makefile
index 8d391479..3ad910da 100644
--- a/boggle/mkdict/Makefile
+++ b/boggle/mkdict/Makefile
@@ -1,21 +1,8 @@
-# $NetBSD: Makefile,v 1.9 1999/02/13 02:54:20 lukem Exp $
+# $NetBSD: Makefile,v 1.10 2000/04/14 04:12:18 simonb Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
-PROG= mkdict
-HOST_CPPFLAGS+=-I${.CURDIR}/../boggle
-MKMAN= no
+HOSTPROG= mkdict
+HOST_CPPFLAGS+= -I${.CURDIR}/../boggle
+MKMAN= no
-# XXX for "make depend"
-CPPFLAGS+=-I${.CURDIR}/../boggle
-
-# only needed during build
-proginstall::
-
-# Override these rules for cross-compilation
-.c.o:
- ${HOST_COMPILE.c} ${.IMPSRC}
-
-${PROG}: ${OBJS}
- ${HOST_LINK.c} -o ${.TARGET} ${OBJS}
-
-.include <bsd.prog.mk>
+.include <bsd.hostprog.mk>