X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/95e5fff2a7e41ff5df14257ae6e7a7693b43d360..b85ca8c753072d6e5db9887ad8e71d4d123c629f:/boggle/Makefile diff --git a/boggle/Makefile b/boggle/Makefile index bb12f31f..59d2f358 100644 --- a/boggle/Makefile +++ b/boggle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2003/10/19 01:01:44 lukem Exp $ +# $NetBSD: Makefile,v 1.22 2003/10/21 10:01:19 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 6/11/93 .include @@ -26,17 +26,13 @@ ${MKINDEX}: @cd ${.CURDIR}/mkindex && ${MAKE} dictionary: ${WORDS} ${MKDICT} - ${_MKMSG} " create ${.TARGET}" - ${_MKCMD}\ + ${_MKTARGET_CREATE} rm -f ${.TARGET} - ${_MKCMD}\ ${MKDICT} < ${WORDS} > ${.TARGET} dictindex: dictionary ${MKINDEX} - ${_MKMSG} " create ${.TARGET}" - ${_MKCMD}\ + ${_MKTARGET_CREATE} rm -f ${.TARGET} - ${_MKCMD}\ ${MKINDEX} < dictionary > ${.TARGET} .include