diff options
author | minskim <minskim> | 2006-04-02 23:21:30 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-04-02 23:21:30 +0000 |
commit | 45d3be4b1f78fa8320da0b5b5cb20606d87c46c7 (patch) | |
tree | 8e7f45b48155a5432283ed0748f2df0ac2c4f274 /print | |
parent | fea3deb6c763ba1e36024c1e5b5f5fe7e5873bc1 (diff) | |
download | pkgsrc-45d3be4b1f78fa8320da0b5b5cb20606d87c46c7.tar.gz |
Add abcm2ps.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 898407fb51e..6807c036e04 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.149 2006/04/02 22:19:38 ben Exp $ +# $NetBSD: Makefile,v 1.150 2006/04/02 23:21:30 minskim Exp $ # COMMENT= Desktop publishing @@ -8,6 +8,7 @@ SUBDIR+= LPRng-core SUBDIR+= LPRng-doc SUBDIR+= a2ps SUBDIR+= abc2ps +SUBDIR+= abcm2ps SUBDIR+= acroread SUBDIR+= acroread3 SUBDIR+= acroread5 |