Makefile (e0ad97e30ea0a9af63c42d71690b5f387c763420) | Makefile (3f9d6ad73e45c6823b409f93b0c8d4f62861d2d5) |
---|---|
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 --- 5 unchanged lines hidden (view full) --- 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# | 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 --- 5 unchanged lines hidden (view full) --- 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# |
22# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. | 22# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. |
24# 25 26PROG= zpool 27OBJS= zpool_main.o zpool_vdev.o zpool_iter.o zpool_util.o 28SRCS= $(OBJS:%.o=%.c) 29POFILES=$(OBJS:%.o=%.po) 30POFILE= zpool.po 31 --- 50 unchanged lines hidden --- | 23# 24 25PROG= zpool 26OBJS= zpool_main.o zpool_vdev.o zpool_iter.o zpool_util.o 27SRCS= $(OBJS:%.o=%.c) 28POFILES=$(OBJS:%.o=%.po) 29POFILE= zpool.po 30 --- 50 unchanged lines hidden --- |