diff options
author | andreas <andreas@FreeBSD.org> | 1997-03-03 01:05:31 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-03-03 01:05:31 +0800 |
commit | 3d46b183de044d9029af508cd1753c72c3a2cd78 (patch) | |
tree | c8e6551b572797693749c5f493c986d9be695dec /print/Makefile | |
parent | efbf028d6969a452ae76bb033c08fcc95f255baa (diff) | |
download | freebsd-ports-gnome-3d46b183de044d9029af508cd1753c72c3a2cd78.tar.gz freebsd-ports-gnome-3d46b183de044d9029af508cd1753c72c3a2cd78.tar.zst freebsd-ports-gnome-3d46b183de044d9029af508cd1753c72c3a2cd78.zip |
Enabled xmgr
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index c267a5945ffd..0da14773d469 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.37 1997/02/11 15:54:37 jmz Exp $ +# $Id: Makefile,v 1.38 1997/02/18 17:11:18 jmz Exp $ # SUBDIR += a2ps @@ -32,5 +32,6 @@ SUBDIR += unroff SUBDIR += virtualpaper SUBDIR += xdvi + SUBDIR += xmgr .include <bsd.port.subdir.mk> |