diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1994-12-17 21:29:38 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1994-12-17 21:29:38 +0000 |
commit | 6bb2d46a8f18b6bb35c6eccb72f752c6cd861713 (patch) | |
tree | 4c842c9ed55842f100b336380bb39763e686d638 | |
parent | bsd.port.mk: missing semicolon added (diff) |
Put dummy targets for make-md5 & check-md5 inside a
NO_EXTRACT ifdef so that tcpblast doesn't muck
things up
Notes
Notes:
svn path=/head/; revision=589
-rw-r--r-- | Mk/bsd.port.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index e49743bb38c6..c63d601e5ee2 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3,7 +3,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.83 1994/12/17 02:37:26 ache Exp $ +# $Id: bsd.port.mk,v 1.84 1994/12/17 20:50:43 gpalmer Exp $ # # Please view me with 4 column tabs! @@ -249,6 +249,10 @@ is_depended: all install .if defined(NO_EXTRACT) && !target(extract) extract: @${TOUCH} ${TOUCH_FLAGS} ${EXTRACT_COOKIE} +check-md5: + @${DO_NADA} +make-md5: + @${DO_NADA} .endif .if defined(NO_CONFIGURE) && !target(configure) configure: |