diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-18 17:48:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-18 17:48:16 +0000 |
commit | 201306cc0713f3b1ffffa660344210a5ca4d2959 (patch) | |
tree | 0e2bf731cfa40093b4a7c76a50882d9f6cf3fa4b /net/tund/files/patch-aa | |
parent | Update to version 2.0. (diff) |
Update to version 0.20.
PR: 13347
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=21720
Diffstat (limited to 'net/tund/files/patch-aa')
-rw-r--r-- | net/tund/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/tund/files/patch-aa b/net/tund/files/patch-aa new file mode 100644 index 000000000000..cb11aab93c87 --- /dev/null +++ b/net/tund/files/patch-aa @@ -0,0 +1,19 @@ +--- Makefile.orig Fri Sep 17 14:20:52 1999 ++++ Makefile Fri Sep 17 14:21:05 1999 +@@ -10,13 +10,13 @@ + all: rsa_kg pkey_gen tund keygen + + rsa_kg: rsa_kg.c tund.h +- $(CC) -o rsa_kg rsa_kg.c $(INC) $(LIB) -lcrypto ++ $(CC) -o rsa_kg rsa_kg.c $(INC) $(LIB) -lcrypto $(EXTRA_SSL_LIBS) + + pkey_gen: pkey_gen.c tund.h +- $(CC) -o pkey_gen pkey_gen.c $(INC) $(LIB) -lcrypto ++ $(CC) -o pkey_gen pkey_gen.c $(INC) $(LIB) -lcrypto $(EXTRA_SSL_LIBS) + + tund: main.o tund.o secur.o scb.o utils.o md5.o alarm.o cipher.o search.o +- $(CC) -static -o tund main.o tund.o secur.o scb.o utils.o md5.o alarm.o cipher.o search.o $(LIB) -lmd -lcrypto ++ $(CC) -static -o tund main.o tund.o secur.o scb.o utils.o md5.o alarm.o cipher.o search.o $(LIB) -lmd -lcrypto $(EXTRA_SSL_LIBS) + + main.o: main.c tund.h + $(CC) -c main.c $(INC) |