diff options
author | tg <tg@FreeBSD.org> | 1996-04-10 14:46:38 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-04-10 14:46:38 +0800 |
commit | d3f47f8bfa36350e8d3a0bfa77aa6a2ac82ef03e (patch) | |
tree | 0d0e91f85ce5dac00f81501eba47323cb04d9fb5 /print | |
parent | 8e62d8e5cf96bc43265d6d9cf8895ad614027da7 (diff) | |
download | freebsd-ports-gnome-d3f47f8bfa36350e8d3a0bfa77aa6a2ac82ef03e.tar.gz freebsd-ports-gnome-d3f47f8bfa36350e8d3a0bfa77aa6a2ac82ef03e.tar.zst freebsd-ports-gnome-d3f47f8bfa36350e8d3a0bfa77aa6a2ac82ef03e.zip |
Add unroff.
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 13389ed59055..1fc2e76c34b4 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1996/02/22 10:35:56 tg Exp $ +# $Id: Makefile,v 1.25 1996/03/21 17:28:28 asami Exp $ # SUBDIR += a2ps @@ -23,6 +23,7 @@ SUBDIR += texinfo SUBDIR += tr2latex SUBDIR += transfig + SUBDIR += unroff SUBDIR += xdvi SUBDIR += xtexshell |