summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk6
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: