summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/bsd.pkg.mk12
1 files changed, 1 insertions, 11 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 1aad638797e..e19bdb6f14f 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.685 2001/03/15 13:31:04 abs Exp $
+# $NetBSD: bsd.pkg.mk,v 1.686 2001/03/16 11:45:01 wiz Exp $
#
# This file is in the public domain.
#
@@ -1193,16 +1193,6 @@ checksum: fetch
@${DO_NADA}
.endif
-# Disable extract
-.if defined(NO_EXTRACT) && !target(extract)
-extract: checksum
- ${_PKG_SILENT}${_PKG_DEBUG}${TOUCH} ${TOUCH_FLAGS} ${EXTRACT_COOKIE}
-checksum: fetch
- @${DO_NADA}
-makesum:
- @${DO_NADA}
-.endif
-
# Disable patch
.if defined(NO_PATCH) && !target(patch)
patch: extract