summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-17 08:27:08 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-17 08:27:08 +0000
commit96785a3b1b6d2d93a55ec4dfd9cb1faf9b8e7fb6 (patch)
treed8734288dd1dc8a8fa204fa871219debed8f649c /devel
parentAdd NO_FETCH handling in the similar way as other NO_* targets does (diff)
Added weblint.
Submitted by: pst
Notes
Notes: svn path=/head/; revision=2339
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 90f2a52737bd..729d7ed9c453 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.14 1995/10/04 05:36:29 asami Exp $
+# $Id: Makefile,v 1.15 1995/10/12 07:15:20 asami Exp $
#
SUBDIR += autoconf
@@ -13,6 +13,7 @@
SUBDIR += m4
SUBDIR += mprof
SUBDIR += noweb
+ SUBDIR += weblint
SUBDIR += xxgdb
.include <bsd.port.subdir.mk>