diff options
author | dmcmahill <dmcmahill> | 2001-04-25 14:58:05 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-04-25 14:58:05 +0000 |
commit | 27dd0a6f16363eab8708fe1d8dbacc772bf90865 (patch) | |
tree | fd88f5e0a46fda8e6c10ca40d20cd0b5a0a9ef9d | |
parent | 35709f559e31af7910bbe496d8e60e0a3898aa85 (diff) | |
download | pkgsrc-27dd0a6f16363eab8708fe1d8dbacc772bf90865.tar.gz |
add and enable tmake
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 19db81252b2..22dc5d5ff79 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.199 2001/04/24 14:36:31 wulf Exp $ +# $NetBSD: Makefile,v 1.200 2001/04/25 14:58:05 dmcmahill Exp $ # COMMENT= Development utilities @@ -183,6 +183,7 @@ SUBDIR+= swig SUBDIR+= tavrasm SUBDIR+= tkcvs SUBDIR+= tkdiff +SUBDIR+= tmake SUBDIR+= tpasm SUBDIR+= unproven-pthreads SUBDIR+= w32api |