diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-06-28 03:45:34 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-06-28 03:45:34 +0000 |
commit | 3e580218b3be6fc3917b59f4b0701fbc4e8586e9 (patch) | |
tree | d20de3c8b5f387bd86fcfa29ac1d8a23bc80f92a /gnu/usr.bin/cvs/Makefile.in | |
parent | 19bb30774c68bf4809551f9257e2a2bb2a9a949d (diff) |
Integrate local changes
Diffstat (limited to 'gnu/usr.bin/cvs/Makefile.in')
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.in b/gnu/usr.bin/cvs/Makefile.in index 15e87e85493..bdf22f7b77f 100644 --- a/gnu/usr.bin/cvs/Makefile.in +++ b/gnu/usr.bin/cvs/Makefile.in @@ -99,7 +99,7 @@ USOURCE_SUBDIRS = lib zlib src INSTALL_MAN=man # All other subdirs: SUBDIRS = ${USOURCE_SUBDIRS} ${INSTALL_MAN} doc contrib tools \ - windows-NT os2 macintosh vms + windows-NT os2 emx macintosh vms # Only make TAGS/tags files in these directories. TSUBDIRS= src lib |