diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-03-20 02:00:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-03-20 02:00:59 +0000 |
commit | d6719f3552f66e378f4d150cff4dac3f7d080966 (patch) | |
tree | 0ce326ca3bd84797ab35f365d31c7230128358bd /print/Makefile | |
parent | 72b7042c47c20fdebda6c75b92ab2f29800929c1 (diff) |
Notes
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 7393a40805c6..a1e197cbef24 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.82 1999/01/20 14:51:16 dirk Exp $ +# $Id: Makefile,v 1.83 1999/01/26 03:32:20 steve Exp $ # SUBDIR += a2ps-a4 @@ -75,5 +75,8 @@ SUBDIR += xmbibtex SUBDIR += xtem SUBDIR += yatex + SUBDIR += yatex-mule + SUBDIR += yatex-xemacs + SUBDIR += yatex-xemacs-mule .include <bsd.port.subdir.mk> |