diff options
author | rh <rh> | 2000-11-17 08:06:23 +0000 |
---|---|---|
committer | rh <rh> | 2000-11-17 08:06:23 +0000 |
commit | c8cd9faf1ccb5655d0d58ca46ceec8b3fb059334 (patch) | |
tree | 0ca9f1c1716c6b6fa3c1c6ff7801be99b4db5bf7 /graphics | |
parent | ea3ba02820b57e1a9a71057b789873e9727b58c4 (diff) | |
download | pkgsrc-c8cd9faf1ccb5655d0d58ca46ceec8b3fb059334.tar.gz |
add and enable autotrace
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 5971dc50f84..e630491d652 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2000/11/01 16:30:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.99 2000/11/17 08:06:23 rh Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -9,6 +9,7 @@ SUBDIR += MesaLib SUBDIR += Ngraph SUBDIR += alevt + SUBDIR += autotrace SUBDIR += camediaplay SUBDIR += cdlabelgen SUBDIR += clanlib |