Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
fdd80e9a55c70b36a3bf3e409b86897301c44ff8Automatic Updater# CDDL HEADER START
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# The contents of this file are subject to the terms of the
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater# Common Development and Distribution License, Version 1.0 only
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# (the "License"). You may not use this file except in compliance
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# with the License.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# or http://www.opensolaris.org/os/licensing.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# See the License for the specific language governing permissions
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# and limitations under the License.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# When distributing Covered Code, include this CDDL HEADER in each
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# If applicable, add the following below this CDDL HEADER, with the
a3416b0a1b5482b6df32839445ca98c016945570Automatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# information: Portions Copyright [yyyy] [name of copyright owner]
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# CDDL HEADER END
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# Copyright (c) 1998-1999 by Sun Microsystems, Inc.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# All rights reserved.
922312472e2e05ebc64993d465999c5351b83036Automatic Updater#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#ident "%Z%%M% %I% %E% SMI"
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis DupontMODULE = ptm.so
2a31bd531072824ef252c18303859d6af7451b00Francis DupontMDBTGT = kvm
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis DupontMODSRCS = ptm.c
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupontinclude ../../../../Makefile.cmd
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrewsinclude ../../Makefile.ia32
2a31bd531072824ef252c18303859d6af7451b00Francis Dupontinclude ../../../Makefile.module
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont