diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-30 10:59:05 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-30 10:59:05 +0000 |
commit | 11d48ee88f98a6c35c795dd9fa743534cc5ddc56 (patch) | |
tree | f937a9c08bdb9e2045256cd6a5933c05332e6348 /devel/Makefile | |
parent | tkcvs & tkdiff (tkdiff alone is pretty slick!) (diff) |
Add tkcvs
Notes
Notes:
svn path=/head/; revision=3458
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 e0f875d576ef..76a05b5d5eb7 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> |