Put dummy targets for make-md5 & check-md5 inside a

NO_EXTRACT ifdef so that tcpblast doesn't muck
things up
This commit is contained in:
Gary Palmer 1994-12-17 21:29:38 +00:00
parent afdf156bf1
commit 6bb2d46a8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=589

View file

@ -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: