To parallel makefile's 'okfile' target, I've added a 'nokfile' target. Of course this isn't critical for 5.6.0 because no one will want to use it since p5p's collective bug-squashing spree will render it pointless:-). Andy Dougherty doughera@lafayette.edu Dept. of Physics Lafayette College, Easton PA 18042 --- Makefile.SH.shipped Thu Mar 9 17:21:37 2000 +++ Makefile.SH Thu Mar 9 17:22:16 2000 @@ -783,6 +783,9 @@ nok: utilities $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' +nokfile: utilities + $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok + clist: $(c) echo $(c) | tr ' ' $(TRNL) >.clist