summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-03-16 12:43:45 +0000
committerwiz <wiz@pkgsrc.org>2001-03-16 12:43:45 +0000
commit147525d532aa771298c76d0431248b3fb35214eb (patch)
treeebd5ee5257cf036bbf2fbb897657625873efeca1 /mk
parent444abcc357fd9ffc285b8392dc1695bcab912197 (diff)
downloadpkgsrc-147525d532aa771298c76d0431248b3fb35214eb.tar.gz
Remove NO_DESCRIBE, since it doesn't seem to be used or make sense.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index e19bdb6f14f..3649088ac20 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.686 2001/03/16 11:45:01 wiz Exp $
+# $NetBSD: bsd.pkg.mk,v 1.687 2001/03/16 12:43:45 wiz Exp $
#
# This file is in the public domain.
#
@@ -1227,12 +1227,6 @@ package:
.endif
.endif
-# Disable describe
-.if defined(NO_DESCRIBE) && !target(describe)
-describe:
- @${DO_NADA}
-.endif
-
################################################################
# More standard targets start here.
#