diff options
author | frueauf <frueauf> | 1998-12-05 15:53:43 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-12-05 15:53:43 +0000 |
commit | 09752a0252644fafa1fba8876e294b085e8e7d2a (patch) | |
tree | 95e650013ce57b4c6fa5bb733ecec4710b3c0f59 /misc | |
parent | 150ace74ee8821dbd674584bfc10373bcaf5d5f8 (diff) | |
download | pkgsrc-09752a0252644fafa1fba8876e294b085e8e7d2a.tar.gz |
Add and enable dt.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 477525d1bf8..0b5872ff05c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1998/12/04 03:49:30 hubertf Exp $ +# $NetBSD: Makefile,v 1.25 1998/12/05 15:53:43 frueauf Exp $ # FreeBSD Id: Makefile,v 1.117 1997/10/13 04:41:07 max Exp SUBDIR += amanda @@ -11,6 +11,7 @@ # SUBDIR += dejagnu # needs expect - HF SUBDIR += dialog SUBDIR += dotfile + SUBDIR += dt SUBDIR += dync # SUBDIR += ecc # broken - HF # SUBDIR += estic # left for someone w/ an Istec - HF |