30 lines
654 B
Plaintext
30 lines
654 B
Plaintext
*** Makefile.proto-orig Sat Mar 6 16:03:38 1999
|
|
--- Makefile.proto Sat Mar 6 16:08:00 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:
|