$NetBSD: patch-ak,v 1.2 1998/08/07 10:36:38 agc Exp $ --- Makefile.orig Thu Jul 16 11:08:29 1998 +++ Makefile Thu Jul 16 11:09:38 1998 @@ -11,7 +11,7 @@ SUBDIRS = src scripts test doc sendmail -INSTALLDIRS = $(LIBDIR) \ +INSTALLDIRS = \ $(SPOOLDIR) $(SPOOLDIR)/in \ $(SPOOLDIR)/in/tmpmail $(SPOOLDIR)/in/tmpnews \ $(SPOOLDIR)/in/bad $(SPOOLDIR)/insecure \ @@ -21,8 +21,7 @@ $(SPOOLDIR)/toss $(SPOOLDIR)/toss/in \ $(SPOOLDIR)/toss/bad $(SPOOLDIR)/toss/tmp \ $(SPOOLDIR)/toss/out $(SPOOLDIR)/toss/pack $(LOGDIR) \ - $(OUTBOUND) $(INBOUND) $(PINBOUND) $(UUINBOUND) \ - $(BINDIR) $(INFODIR) + $(OUTBOUND) $(INBOUND) $(PINBOUND) $(UUINBOUND) @@ -34,10 +33,7 @@ clean veryclean:: rm -f *~ *.bak *.o tags TAGS core -install-dirs: +install:: for d in $(INSTALLDIRS); do if [ ! -d $$d ]; then \ - echo "Creating $$d ..."; $(INSTALL_DIR) $(PREFIX)$$d; \ + echo "Creating $$d ..."; $(INSTALL_DIR) $$d; \ fi; done - -install:: - cp ANNOUNCE $(PREFIX)$(HTMLDIR)