blob: 4c40bedea46ae6644cc823c2f0270019af333792 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $Id$
all: trunk/Makefile
cd trunk; make $@
clean:
-cd trunk; make $@
rm -f trunk/Makefile
trunk/Makefile: trunk/Makefile.org trunk/Configure trunk/config
cd trunk; PERL=/usr/bin/perl ./config enable-rfc3779 no-dso
install:
@echo Not attempting to install modified OpenSSL, if you want that, do it yourself
|