diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-03-02 17:05:31 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-03-02 17:05:31 +0000 |
commit | 45614565b5aaaef1b1afd9af3d985a5ed50b8376 (patch) | |
tree | 12446704cb055f03f53eeb6941916a48f692ff65 /print | |
parent | Added iv. (diff) |
Enabled xmgr
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 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> |