96881f1b73
- fix build, dunno if it works
23 lines
695 B
Plaintext
23 lines
695 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1 2001/09/29 21:27:50 naddy Exp $
|
|
--- Makefile.orig Sat May 4 18:18:02 1996
|
|
+++ Makefile Sat Sep 29 22:55:22 2001
|
|
@@ -1,5 +1,5 @@
|
|
-#DIRS = descore gmp-1.3.2 regex-0.12 libdes skey stel
|
|
-DIRS = gmp-1.3.2 regex-0.12 libdes skey stel
|
|
+#DIRS = descore stel
|
|
+DIRS = stel
|
|
ETC = COPYRIGHT LICENSE Makefile README stel-paper.ps man
|
|
|
|
all :
|
|
@@ -24,9 +24,7 @@ all :
|
|
@echo to stel-authors@idea.sec.dsi.unimi.it. Good luck\!
|
|
|
|
hpux sunos4 solaris24 solaris25 irix linux ultrix freebsd bsdi aix:
|
|
- [ -r "regex-0.12/Makefile" ] || \
|
|
- (cd regex-0.12; ./configure; make $@ )
|
|
- for i in gmp-1.3.2 libdes skey stel; \
|
|
+ for i in stel; \
|
|
do \
|
|
(cd $$i; make $@ ); \
|
|
done
|