From 6bb2d46a8f18b6bb35c6eccb72f752c6cd861713 Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Sat, 17 Dec 1994 21:29:38 +0000 Subject: Put dummy targets for make-md5 & check-md5 inside a NO_EXTRACT ifdef so that tcpblast doesn't muck things up --- Mk/bsd.port.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3