Makefile (78add226e8da271dde8f3b5a91d340d1bf010151) | Makefile (eb8f03cde11ee9fc86ee179ef61fc5861756b1c6) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 10 unchanged lines hidden (view full) --- 19# CDDL HEADER END 20# 21# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. 22# 23 24ENVFILES= \ 25 developer \ 26 gatekeeper \ | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 10 unchanged lines hidden (view full) --- 19# CDDL HEADER END 20# 21# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. 22# 23 24ENVFILES= \ 25 developer \ 26 gatekeeper \ |
27 opensolaris | 27 illumos |
28 29include ../Makefile.tools 30 31FILEMODE= 644 32 33CLOBBERFILES= $(ENVFILES) 34 35.KEEP_STATE: 36 37all: $(ENVFILES) 38 39install: all .WAIT $(ROOTONBLDENVFILES) 40 41clean: 42 43clobber: 44 45include ../Makefile.targ 46 | 28 29include ../Makefile.tools 30 31FILEMODE= 644 32 33CLOBBERFILES= $(ENVFILES) 34 35.KEEP_STATE: 36 37all: $(ENVFILES) 38 39install: all .WAIT $(ROOTONBLDENVFILES) 40 41clean: 42 43clobber: 44 45include ../Makefile.targ 46 |