head	1.4;
access;
symbols
	RELENG_8_4:1.2.0.8
	RELENG_9_1_0_RELEASE:1.2
	RELENG_9_1:1.2.0.6
	RELENG_9_1_BP:1.2
	RELENG_8_3_0_RELEASE:1.1
	RELENG_8_3:1.1.0.10
	RELENG_8_3_BP:1.1
	RELENG_9_0_0_RELEASE:1.2
	RELENG_9_0:1.2.0.4
	RELENG_9_0_BP:1.2
	RELENG_9:1.2.0.2
	RELENG_9_BP:1.2
	RELENG_8_2_0_RELEASE:1.1
	RELENG_8_2:1.1.0.8
	RELENG_8_2_BP:1.1
	RELENG_8_1_0_RELEASE:1.1
	RELENG_8_1:1.1.0.6
	RELENG_8_1_BP:1.1
	RELENG_8_0_0_RELEASE:1.1
	RELENG_8_0:1.1.0.4
	RELENG_8_0_BP:1.1
	RELENG_8:1.1.0.2
	RELENG_8_BP:1.1;
locks; strict;
comment	@# @;


1.4
date	2013.07.05.00.56.50;	author svnexp;	state dead;
branches;
next	1.3;

1.3
date	2013.07.05.00.54.37;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2010.11.03.10.43.38;	author rpaulo;	state Exp;
branches
	1.2.8.1;
next	1.1;

1.1
date	2009.03.02.02.23.47;	author sam;	state Exp;
branches;
next	;

1.2.8.1
date	2010.11.03.10.43.38;	author svnexp;	state dead;
branches;
next	1.2.8.2;

1.2.8.2
date	2013.03.28.13.02.10;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252729
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@all: libcrypto.a

clean:
	rm -f *~ *.o *.d libcrypto.a

install:
	@@echo Nothing to be made.


include ../lib.rules

CFLAGS += -DCONFIG_TLS_INTERNAL_CLIENT
CFLAGS += -DCONFIG_TLS_INTERNAL_SERVER
#CFLAGS += -DALL_DH_GROUPS
CFLAGS += -DCONFIG_SHA256

LIB_OBJS= \
	aes-cbc.o \
	aes-ccm.o \
	aes-ctr.o \
	aes-eax.o \
	aes-encblock.o \
	aes-gcm.o \
	aes-internal.o \
	aes-internal-dec.o \
	aes-internal-enc.o \
	aes-omac1.o \
	aes-unwrap.o \
	aes-wrap.o \
	des-internal.o \
	dh_group5.o \
	dh_groups.o \
	md4-internal.o \
	md5.o \
	md5-internal.o \
	milenage.o \
	ms_funcs.o \
	rc4.o \
	sha1.o \
	sha1-internal.o \
	sha1-pbkdf2.o \
	sha1-prf.o \
	sha1-tlsprf.o \
	sha1-tprf.o \
	sha256.o \
	sha256-prf.o \
	sha256-tlsprf.o \
	sha256-internal.o

LIB_OBJS += crypto_internal.o
LIB_OBJS += crypto_internal-cipher.o
LIB_OBJS += crypto_internal-modexp.o
LIB_OBJS += crypto_internal-rsa.o
LIB_OBJS += tls_internal.o
LIB_OBJS += fips_prf_internal.o
LIB_OBJS += random.o


libcrypto.a: $(LIB_OBJS)
	$(AR) crT $@@ $?

-include $(OBJS:%.o=%.d)
@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252726
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@@


1.2
log
@SVN rev 214734 on 2010-11-03 10:43:38Z by rpaulo

Merge wpa_supplicant and hostapd 0.7.3.
@
text
@d15 1
d19 1
d23 1
a35 1
	md5-non-fips.o \
d42 1
d46 2
d56 1
@


1.2.8.1
log
@file Makefile was added on branch RELENG_8_4 on 2013-03-28 13:02:10 +0000
@
text
@d1 56
@


1.2.8.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/248810
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 9
all:
	@@echo Nothing to be made.

clean:
	for d in $(SUBDIRS); do make -C $$d clean; done
	rm -f *~ *.o *.d

install:
	@@echo Nothing to be made.
@


1.1
log
@SVN rev 189261 on 2009-03-02 02:23:47Z by sam

connect vendor wpa area to contrib
@
text
@d1 1
a1 2
all:
	@@echo Nothing to be made.
d4 1
a4 2
	for d in $(SUBDIRS); do make -C $$d clean; done
	rm -f *~ *.o *.d
d8 49
@

