summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1995-05-04 23:25:53 +0000
committerAdam David <adam@FreeBSD.org>1995-05-04 23:25:53 +0000
commit0489703f088e97e1f3ac478fdeceaa293791aa9e (patch)
treee4fe6f5df26a66db89ede368f26dd41cc8cede64 /net
parentmanpages are compressed now... (diff)
don't install for is_depended: target
Reviewed by: Submitted by: Obtained from:
Notes
Notes: svn path=/head/; revision=1617
Diffstat (limited to 'net')
-rw-r--r--net/wais/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/wais/Makefile b/net/wais/Makefile
index ac9bd848dc10..3b497baaff12 100644
--- a/net/wais/Makefile
+++ b/net/wais/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Sep 1994
# Whom: adam
#
-# $Id: Makefile,v 1.4 1995/04/01 12:48:49 jkh Exp $
+# $Id: Makefile,v 1.5 1995/04/15 05:42:04 asami Exp $
#
DISTNAME= freeWAIS-0.3
@@ -12,4 +12,6 @@ MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais/
GMAKE= yes
+is_depended: all
+
.include <bsd.port.mk>