Makefile revision e3320f40ba20e6851e73a3237eedf089700bf001
f1a2709aad7baa4161fdb6f63edf99b0150af252Evan Hunt# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License (the "License").
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# You may not use this file except in compliance with the License.
6f9c93a8858a28b131dbd36b75b81e9250c6d11aEvan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6f9c93a8858a28b131dbd36b75b81e9250c6d11aEvan Hunt# See the License for the specific language governing permissions
6f9c93a8858a28b131dbd36b75b81e9250c6d11aEvan Hunt# and limitations under the License.
6f9c93a8858a28b131dbd36b75b81e9250c6d11aEvan Hunt# When distributing Covered Code, include this CDDL HEADER in each
6f9c93a8858a28b131dbd36b75b81e9250c6d11aEvan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6f9c93a8858a28b131dbd36b75b81e9250c6d11aEvan Hunt# If applicable, add the following below this CDDL HEADER, with the
6f9c93a8858a28b131dbd36b75b81e9250c6d11aEvan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
6f9c93a8858a28b131dbd36b75b81e9250c6d11aEvan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
6f9c93a8858a28b131dbd36b75b81e9250c6d11aEvan Hunt# CDDL HEADER END
6f9c93a8858a28b131dbd36b75b81e9250c6d11aEvan Hunt# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
6f9c93a8858a28b131dbd36b75b81e9250c6d11aEvan Hunt# Use is subject to license terms.
6f9c93a8858a28b131dbd36b75b81e9250c6d11aEvan Hunt# ident "%Z%%M% %I% %E% SMI"
8b5a11217c8ebe25df3d60b52c2c25620c9e87b0Francis DupontCOMMONSRCS= $(CMDINETCOMMONDIR)/$(COMMONOBJS:.o=.c)
8b5a11217c8ebe25df3d60b52c2c25620c9e87b0Francis Dupont# Message catalog
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan HuntPOFILES= ikeadm.po ipsecalgs.po ipsecconf.po ipseckey.po
8b5a11217c8ebe25df3d60b52c2c25620c9e87b0Francis DupontCPPFLAGS += -DSYSV -DBSD_COMP -I$(CMDINETCOMMONDIR) -I.
6f9c93a8858a28b131dbd36b75b81e9250c6d11aEvan Hunt# message catalog
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Huntinstall: $(PROG) $(ROOTFS_PROG) .WAIT $(ROOTUSRSBINPROG) \