--- XMakefile.inst 1999/10/27 23:48:39 1.1 +++ XMakefile.inst 1999/10/27 23:58:29 1.2 @@ -4,9 +4,9 @@ .set IDIRS dbin samples samples/adm .set TDIRS `find samples -type d -print | fgrep -v CVS` -.set IFILES `find $(IDIRS) -type f -print | sort | uniq | fgrep -v CVS` -.set TFILES `find samples -type f -print | fgrep -v CVS` -.set IMAN `find man -type f -print | fgrep -v CVS` +.set IFILES `find $(IDIRS) \( -type f -o -type l \) -print | sort | uniq | fgrep -v CVS` +.set TFILES `find samples \( -type f -o -type l \) -print | fgrep -v CVS` +.set IMAN `find man \( -type f -o -type l \) -print | fgrep -v CVS` .set MDIRS dqueue spool spool/news spool/group .set DDIRS $(IDIRS:"*":"$(IDIR)/*")