Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# CDDL HEADER START
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# The contents of this file are subject to the terms of the
6ae232055d4d8a97267517c5e50074c2c819941and# Common Development and Distribution License, Version 1.0 only
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# (the "License"). You may not use this file except in compliance
6ae232055d4d8a97267517c5e50074c2c819941and# with the License.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# or http://www.opensolaris.org/os/licensing.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
LIBRARY = libscrypt.a
OBJECTS = sha1.o hmac_sha1.o des3.o des.o aes.o cbc.o
include ../Makefile.com
CMNDIR = $(TOPDIR)/common/net/wanboot/crypt
SRCS = $(OBJECTS:%.o=$(CMNDIR)/%.c)
include ../Makefile.targ