home *** CD-ROM | disk | FTP | other *** search
- *** Makefile.orig Wed Nov 6 09:59:20 1991
- --- Makefile Tue Nov 26 15:46:47 1991
- ***************
- *** 21,29 ****
- #
-
- # Case 1:
- ! #VTREE=vtree
- ! #SYS= -DBSD
- ! #NLIB= -lgetopt
-
- # Case 2:
- #VTREE=vtree
- --- 21,29 ----
- #
-
- # Case 1:
- ! VTREE=vtree
- ! SYS= -DBSD -DLSTAT
- ! NLIB= # -lgetopt
-
- # Case 2:
- #VTREE=vtree
- ***************
- *** 36,44 ****
- #NLIB=
-
- # Case 4: sco Xenix-386
- ! VTREE=vtree
- ! SYS= -Ox -CSON -DSCO_XENIX
- ! NLIB= -lmalloc -lx
-
- # Case 5: sco Xenix-286
- #VTREE=vtreeL
- --- 36,44 ----
- #NLIB=
-
- # Case 4: sco Xenix-386
- ! #VTREE=vtree
- ! #SYS= -Ox -CSON -DSCO_XENIX
- ! #NLIB= -lmalloc -lx
-
- # Case 5: sco Xenix-286
- #VTREE=vtreeL
- ***************
- *** 50,66 ****
- #
- # INSTALL directory to install vtree in
-
- ! INSTALL = /usr/local/bin
-
- # MANDIR manual page directoryr
- # (the .L is used on Xenix systems. Other systems will
- # be different)
-
- ! MANDIR = /u/man/man.L
-
- # MANEND end of man page file name
-
- ! MANEND = L
-
- # The following OPTIONS may be defined:
- #
- --- 50,66 ----
- #
- # INSTALL directory to install vtree in
-
- ! INSTALL = <installdir>/bin
-
- # MANDIR manual page directoryr
- # (the .L is used on Xenix systems. Other systems will
- # be different)
-
- ! MANDIR = <installsharedir>/man/man1
-
- # MANEND end of man page file name
-
- ! MANEND = 1
-
- # The following OPTIONS may be defined:
- #
- *** vtree.c.orig Wed Nov 6 09:59:24 1991
- --- vtree.c Tue Nov 26 15:48:22 1991
- ***************
- *** 120,126 ****
-
-
- char *Program; /* our name */
- ! short sw_follow_links = 1; /* follow symbolic links */
- short sw_summary; /* print Grand Total line */
-
- int total_inodes, inodes; /* inode count */
- --- 120,126 ----
-
-
- char *Program; /* our name */
- ! short sw_follow_links = 0; /* follow symbolic links */
- short sw_summary; /* print Grand Total line */
-
- int total_inodes, inodes; /* inode count */
-