diff options
author | garbled <garbled> | 1998-11-05 08:34:25 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-11-05 08:34:25 +0000 |
commit | 6be92f0660614ebac59ba45def36d1e20dc37bea (patch) | |
tree | b9626d2984027906b2671c8a24b3f751a8892d0f | |
parent | 3df4c0335476703fb81859adbb157ba55d37342b (diff) | |
download | pkgsrc-6be92f0660614ebac59ba45def36d1e20dc37bea.tar.gz |
document and enable t1lib, t1libx, and wormz
-rw-r--r-- | games/Makefile | 3 | ||||
-rw-r--r-- | textproc/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/games/Makefile b/games/Makefile index 95ba917caa9..fb112b30369 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 1998/11/04 21:50:39 garbled Exp $ +# $NetBSD: Makefile,v 1.40 1998/11/05 08:34:25 garbled Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # @@ -53,6 +53,7 @@ SUBDIR += svb SUBDIR += tanked # SUBDIR += tksol + SUBDIR += wormz # SUBDIR += xasteroids # SUBDIR += xbat # SUBDIR += xbattle diff --git a/textproc/Makefile b/textproc/Makefile index 34c7ba8ce47..530605c6d26 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/06/19 23:39:53 frueauf Exp $ +# $NetBSD: Makefile,v 1.9 1998/11/05 08:34:25 garbled Exp $ # FreeBSD Id: Makefile,v 1.13 1997/10/13 11:11:32 itojun Exp # @@ -20,6 +20,8 @@ SUBDIR += rman # SUBDIR += sgmlformat # SUBDIR += sp + SUBDIR += t1lib + SUBDIR += t1libx SUBDIR += texi2html SUBDIR += unroff # SUBDIR += wdiff |