summaryrefslogtreecommitdiff
path: root/net/sup/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
commit0d98f1227110082e9e507ca236458f6c363e25b6 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /net/sup/files/patch-aa
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'net/sup/files/patch-aa')
-rw-r--r--net/sup/files/patch-aa27
1 files changed, 0 insertions, 27 deletions
diff --git a/net/sup/files/patch-aa b/net/sup/files/patch-aa
deleted file mode 100644
index 965dceee78d0..000000000000
--- a/net/sup/files/patch-aa
+++ /dev/null
@@ -1,27 +0,0 @@
-This patch is required for FreeBSD 2.0 because password crypt vs cipher
-technology has now been split into different libraries. In this case,
-USE_CRYPT really means "use cipher."
-
-*** Makefile Thu Oct 27 14:12:41 1994
---- Makefile Thu Oct 27 14:14:46 1994
-***************
-*** 76,84 ****
- .endif
-
- .if defined(USE_CRYPT)
-! NETBSD_LIBS = -lcrypt -lutil
- .else
-! NETBSD_LIBS = -lutil
- .endif
- CMUCS_LIBS = -lsys
- OSF_LIBS = -lbsd
---- 76,84 ----
- .endif
-
- .if defined(USE_CRYPT)
-! NETBSD_LIBS = -lcipher -lcrypt -lutil
- .else
-! NETBSD_LIBS = -lcrypt -lutil
- .endif
- CMUCS_LIBS = -lsys
- OSF_LIBS = -lbsd