diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-02-05 04:29:56 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-02-05 04:29:56 +0000 |
commit | 860c2cf2bc6592828a3468ab8ee661042b059ae8 (patch) | |
tree | fde30676422ab07fdec2d11fde3fc5693fdbb8cf /secure/lib/libdes/GNUmakefile | |
parent | b61013aa0c73c687493c80193bc040d29b351fb8 (diff) |
This commit was manufactured by cvs2svn to create tagupstream/2.1.6_cvsrelease/2.1.6_cvs
'RELENG_2_1_6_RELEASE'.
This commit was manufactured to restore the state of the 2.1.6-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'secure/lib/libdes/GNUmakefile')
-rw-r--r-- | secure/lib/libdes/GNUmakefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/secure/lib/libdes/GNUmakefile b/secure/lib/libdes/GNUmakefile deleted file mode 100644 index 6372d08ec856..000000000000 --- a/secure/lib/libdes/GNUmakefile +++ /dev/null @@ -1,35 +0,0 @@ -# This was GNUmakefile -# I have changed the library a bit since I was last able to test the -# build so this may require a little tweaking. -# have fun. - -ifeq ($(wildcard ../Rules),) -# no glibc -include Makefile.uni -else -# We are part of glibc -default_cflags:= -O2 -subdir := des -headers:= des.h rpc_des.h - -routines:= $(destest) - cbc3_enc cbc_cksm cbc_enc cfb64enc cfb_enc \ - ecb3_enc ecb_enc ede_enc enc_read enc_writ \ - fcrypt ncbc_enc ofb64enc ofb_enc pcbc_enc \ - qud_cksm rand_key read_pwd rpc_enc set_key \ - str2key cfb64ede ofb64ede supp -distribute:= ARTISTIC COPYRIGHT FILES INSTALL Imakefile README VERSION \ - GNUmakefile times vms.com KERBEROS MODES.DES \ - des.man des_crypt.man \ - version.h des_locl.h podd.h sk.h spr.h \ - des.pl testdes.pl doIP doPC1 doPC2 PC1 PC2 shifts.pl \ - des.doc makefile.bc - -tests:= destest speed -override +gccwarn := -w -others:= des rpw -install:= des - -include ../Rules -endif - |