diff options
author | asami <asami@FreeBSD.org> | 1995-10-17 16:27:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-17 16:27:08 +0800 |
commit | fa016403080875418547b70f9f4624c5577f8029 (patch) | |
tree | 6169784c8467420cfeff95678d655361b1ea97a4 | |
parent | 5cac15a6a418e8927b8e8daf961de93ac7f20ead (diff) | |
download | freebsd-ports-gnome-fa016403080875418547b70f9f4624c5577f8029.tar.gz freebsd-ports-gnome-fa016403080875418547b70f9f4624c5577f8029.tar.zst freebsd-ports-gnome-fa016403080875418547b70f9f4624c5577f8029.zip |
Added weblint.
Submitted by: pst
-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> |