diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-17 08:27:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-17 08:27:08 +0000 |
commit | 96785a3b1b6d2d93a55ec4dfd9cb1faf9b8e7fb6 (patch) | |
tree | d8734288dd1dc8a8fa204fa871219debed8f649c /devel | |
parent | Add NO_FETCH handling in the similar way as other NO_* targets does (diff) |
Added weblint.
Submitted by: pst
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
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> |