1734b6a94Sdarrenm# 2734b6a94Sdarrenm# CDDL HEADER START 3734b6a94Sdarrenm# 4734b6a94Sdarrenm# The contents of this file are subject to the terms of the 5734b6a94Sdarrenm# Common Development and Distribution License (the "License"). 6734b6a94Sdarrenm# You may not use this file except in compliance with the License. 7734b6a94Sdarrenm# 8734b6a94Sdarrenm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9734b6a94Sdarrenm# or http://www.opensolaris.org/os/licensing. 10734b6a94Sdarrenm# See the License for the specific language governing permissions 11734b6a94Sdarrenm# and limitations under the License. 12734b6a94Sdarrenm# 13734b6a94Sdarrenm# When distributing Covered Code, include this CDDL HEADER in each 14734b6a94Sdarrenm# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15734b6a94Sdarrenm# If applicable, add the following below this CDDL HEADER, with the 16734b6a94Sdarrenm# fields enclosed by brackets "[]" replaced with your own identifying 17734b6a94Sdarrenm# information: Portions Copyright [yyyy] [name of copyright owner] 18734b6a94Sdarrenm# 19734b6a94Sdarrenm# CDDL HEADER END 20734b6a94Sdarrenm# 211e49577aSRod Evans 22734b6a94Sdarrenm# 231e49577aSRod Evans# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 24*45818ee1SMatthew Ahrens# Copyright 2013 Saso Kiselkov. All rights reserved. 25734b6a94Sdarrenm# 26734b6a94Sdarrenm 27734b6a94SdarrenmLIBS = $(DYNLIB) $(LINTLIB) 28*45818ee1SMatthew AhrensSRCS = $(COMDIR)/edonr/edonr.c \ 29*45818ee1SMatthew Ahrens $(COMDIR)/md4/md4.c \ 30734b6a94Sdarrenm $(COMDIR)/md5/md5.c \ 31734b6a94Sdarrenm $(COMDIR)/sha1/sha1.c \ 32*45818ee1SMatthew Ahrens $(COMDIR)/sha2/sha2.c \ 33*45818ee1SMatthew Ahrens $(COMDIR)/skein/skein.c \ 34*45818ee1SMatthew Ahrens $(COMDIR)/skein/skein_block.c \ 35*45818ee1SMatthew Ahrens $(COMDIR)/skein/skein_iv.c 36734b6a94Sdarrenm 37734b6a94SdarrenmCOMDIR = $(SRC)/common/crypto 381e49577aSRod EvansSRCDIR = ../common 391e49577aSRod EvansMAPFILEDIR = $(SRCDIR) 40734b6a94Sdarrenm 411e49577aSRod EvansCFLAGS += $(CCVERBOSE) 421e49577aSRod EvansCPPFLAGS += -I$(SRCDIR) 43734b6a94SdarrenmLDLIBS += -lc 44734b6a94Sdarrenm 451e49577aSRod Evans$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) 46