*** Makefile.proto.orig	Wed Dec  9 17:12:57 1998
--- Makefile.proto	Tue Mar 23 12:07:59 1999
***************
*** 28,38 ****
  
  thirdparty=pcapstuff regexstuff md5stuff desstuff
  
! all:	$(early) $(thirdparty) $(OTHER_THIRD) libs
  	@touch INSTALLNOTES
  	$(MAKESUBDIRS) $@ $(SUBDIRS)
  
! everything:	$(thirdparty) $(OTHER_THIRD) libs
  	$(MAKESUBDIRS) $@ $(SUBDIRS)
  
  port:	
--- 28,40 ----
  
  thirdparty=pcapstuff regexstuff md5stuff desstuff
  
! ! OpenBSD doesn't require any of these third-party libs. :-)
! 
! all:	libs
  	@touch INSTALLNOTES
  	$(MAKESUBDIRS) $@ $(SUBDIRS)
  
! everything:	libs
  	$(MAKESUBDIRS) $@ $(SUBDIRS)
  
  port:	
***************
*** 40,46 ****
  	cd ../thirdparty/regex-0.12 ; cp regex.h $(NFR)/include
  	$(MAKESUBDIRS) $@ $(SUBDIRS)
  
! install:	pcapstuff libs
  	[ -d doc ] || tar -xf doc.tar
  	[ -d $(INSTALLDIR)/etc/httpd/htdocs ] \
  	   || mkdir -p $(INSTALLDIR)/etc/httpd/htdocs
--- 42,48 ----
  	cd ../thirdparty/regex-0.12 ; cp regex.h $(NFR)/include
  	$(MAKESUBDIRS) $@ $(SUBDIRS)
  
! install:	libs
  	[ -d doc ] || tar -xf doc.tar
  	[ -d $(INSTALLDIR)/etc/httpd/htdocs ] \
  	   || mkdir -p $(INSTALLDIR)/etc/httpd/htdocs
