diff options
author | jkh <jkh@FreeBSD.org> | 1996-07-30 10:59:05 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-07-30 10:59:05 +0000 |
commit | 8c8f1fd364b30c7ef97bdee9502eac34105b1b80 (patch) | |
tree | ee986f89b83056a8e530050fd152c9e22060a5f4 /devel/Makefile | |
parent | d88954a694400d2d47b7da676eae78c85c3eb968 (diff) | |
download | FreeBSD-ports-8c8f1fd364b30c7ef97bdee9502eac34105b1b80.zip FreeBSD-ports-8c8f1fd364b30c7ef97bdee9502eac34105b1b80.tar.gz |
Add tkcvs
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index e0f875d..76a05b5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.22 1996/07/10 08:12:38 asami Exp $ +# $Id: Makefile,v 1.23 1996/07/11 17:36:25 ache Exp $ # SUBDIR += SWIG @@ -18,6 +18,7 @@ SUBDIR += mkmf SUBDIR += mprof SUBDIR += noweb + SUBDIR += tkcvs SUBDIR += xxgdb .include <bsd.port.subdir.mk> |