1*93be19b9SAndy Fiddaman# 2*93be19b9SAndy Fiddaman# CDDL HEADER START 3*93be19b9SAndy Fiddaman# 4*93be19b9SAndy Fiddaman# The contents of this file are subject to the terms of the 5*93be19b9SAndy Fiddaman# Common Development and Distribution License (the "License"). 6*93be19b9SAndy Fiddaman# You may not use this file except in compliance with the License. 7*93be19b9SAndy Fiddaman# 8*93be19b9SAndy Fiddaman# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*93be19b9SAndy Fiddaman# or http://www.opensolaris.org/os/licensing. 10*93be19b9SAndy Fiddaman# See the License for the specific language governing permissions 11*93be19b9SAndy Fiddaman# and limitations under the License. 12*93be19b9SAndy Fiddaman# 13*93be19b9SAndy Fiddaman# When distributing Covered Code, include this CDDL HEADER in each 14*93be19b9SAndy Fiddaman# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*93be19b9SAndy Fiddaman# If applicable, add the following below this CDDL HEADER, with the 16*93be19b9SAndy Fiddaman# fields enclosed by brackets "[]" replaced with your own identifying 17*93be19b9SAndy Fiddaman# information: Portions Copyright [yyyy] [name of copyright owner] 18*93be19b9SAndy Fiddaman# 19*93be19b9SAndy Fiddaman# CDDL HEADER END 20*93be19b9SAndy Fiddaman# 21*93be19b9SAndy Fiddaman 22*93be19b9SAndy Fiddaman# 23*93be19b9SAndy Fiddaman# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 24*93be19b9SAndy Fiddaman# Copyright (c) 2014, Joyent, Inc. 25*93be19b9SAndy Fiddaman# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. 26*93be19b9SAndy Fiddaman# 27*93be19b9SAndy Fiddaman 28*93be19b9SAndy Fiddamaninclude $(SRC)/Makefile.master 29*93be19b9SAndy Fiddamaninclude ../../../Makefile.tools 30*93be19b9SAndy Fiddaman 31*93be19b9SAndy FiddamanPYTOPDIR = $(ROOTONBLDLIB) 32*93be19b9SAndy FiddamanPYMODDIR = onbld/Scm 33*93be19b9SAndy Fiddaman 34*93be19b9SAndy FiddamanPYSRCS = \ 35*93be19b9SAndy Fiddaman __init__.py \ 36*93be19b9SAndy Fiddaman Ignore.py 37*93be19b9SAndy Fiddaman 38