94b2505ecb
- remove commented out FLAVORS, and merge ssl FLAVOR into main package - build regress tests (not everything is working, but at least they're here) - add native-connect:permit to systrace.filter, idl absolutely wants to connect to the nearest dns server during build. Gross. - remove shitload of now unneeded patches - some tweaks from ajacoutot@/jasper@ Build-tested on : - gcc3 archs: arm (fails) by sthen@, alpha by naddy@, mips64 by jasper@ - gcc4 archs: sparc64/amd64/macppc by my$self ok jasper@
15 lines
677 B
Plaintext
15 lines
677 B
Plaintext
$OpenBSD: patch-demo_csiv2_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
|
--- demo/csiv2/Makefile.orig Tue Sep 14 21:18:18 2010
|
|
+++ demo/csiv2/Makefile Tue Sep 14 21:18:34 2010
|
|
@@ -17,7 +17,7 @@ run:
|
|
for i in $(RUNDIRS); do $(MAKE) -C $$i run || exit 1; done
|
|
|
|
install:
|
|
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/csiv2
|
|
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/csiv2
|
|
- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/csiv2
|
|
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/csiv2
|
|
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/csiv2
|
|
+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/csiv2
|
|
for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
|