]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - boggle/Makefile
Add one.
[bsdgames-darwin.git] / boggle / Makefile
index ecfcfc2265d46f06b9de79a81a6b06df11a58e37..59d2f358ce87e7a1b36e66218c4f5fa540e0f7b1 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2002/09/18 02:51:46 lukem Exp $
+#      $NetBSD: Makefile,v 1.22 2003/10/21 10:01:19 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/11/93
 
 .include <bsd.own.mk>
@@ -26,10 +26,12 @@ ${MKINDEX}:
        @cd ${.CURDIR}/mkindex && ${MAKE}
 
 dictionary: ${WORDS} ${MKDICT}
+       ${_MKTARGET_CREATE}
        rm -f ${.TARGET}
        ${MKDICT} < ${WORDS} > ${.TARGET}
 
 dictindex: dictionary ${MKINDEX}
+       ${_MKTARGET_CREATE}
        rm -f ${.TARGET}
        ${MKINDEX} < dictionary > ${.TARGET}