diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 1999-09-02 17:57:33 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 1999-09-02 17:57:33 +0000 |
commit | ecafd704ffa99abe8ed1522fe112207a0b79a4f1 (patch) | |
tree | 27da4e67defdc8c847060ffd9b0e24ad87862b93 | |
parent | e9de1701c2e72b1ae8c954e81fb852e5faa0b844 (diff) | |
download | pkgsrc-ecafd704ffa99abe8ed1522fe112207a0b79a4f1.tar.gz |
add & enable ted
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 1cb2dc8b950..0dcaf2325c5 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1999/08/22 20:29:29 rh Exp $ +# $NetBSD: Makefile,v 1.23 1999/09/02 17:57:33 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.52 1997/12/14 00:58:08 asami Exp # @@ -41,6 +41,7 @@ # SUBDIR += pkfonts SUBDIR += psutils SUBDIR += rtf2latex + SUBDIR += ted SUBDIR += teTeX SUBDIR += teTeX-bin SUBDIR += teTeX-share |