Deleted Added
full compact
Makefile (168404) Makefile (168482)
1# $FreeBSD: head/cddl/lib/libzpool/Makefile 168404 2007-04-06 01:09:06Z pjd $
1# $FreeBSD: head/cddl/lib/libzpool/Makefile 168482 2007-04-07 23:54:54Z pjd $
2
3.include "${.CURDIR}/../../../sys/contrib/opensolaris/uts/common/Makefile.files"
4
5# ZFS_COMMON_SRCS
6.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/uts/common/fs/zfs
7# ZFS_SHARED_SRCS
8.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/common/zfs
9# KERNEL_SRCS
10.PATH: ${.CURDIR}/../../../contrib/opensolaris/lib/libzpool/common
11# LIST_SRCS
12.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/uts/common/os
13# ATOMIC_SRCS
2
3.include "${.CURDIR}/../../../sys/contrib/opensolaris/uts/common/Makefile.files"
4
5# ZFS_COMMON_SRCS
6.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/uts/common/fs/zfs
7# ZFS_SHARED_SRCS
8.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/common/zfs
9# KERNEL_SRCS
10.PATH: ${.CURDIR}/../../../contrib/opensolaris/lib/libzpool/common
11# LIST_SRCS
12.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/uts/common/os
13# ATOMIC_SRCS
14.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/uts/common/arch/${MACHINE_ARCH}
14.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/common/atomic/${MACHINE_ARCH}
15
16LIB= zpool
17SHLIB_MAJOR?=1
18
19ZFS_COMMON_SRCS= ${ZFS_COMMON_OBJS:C/.o$/.c/} vdev_file.c
20ZFS_SHARED_SRCS= ${ZFS_SHARED_OBJS:C/.o$/.c/}
21KERNEL_SRCS= kernel.c taskq.c util.c
22LIST_SRCS= list.c

--- 24 unchanged lines hidden ---
15
16LIB= zpool
17SHLIB_MAJOR?=1
18
19ZFS_COMMON_SRCS= ${ZFS_COMMON_OBJS:C/.o$/.c/} vdev_file.c
20ZFS_SHARED_SRCS= ${ZFS_SHARED_OBJS:C/.o$/.c/}
21KERNEL_SRCS= kernel.c taskq.c util.c
22LIST_SRCS= list.c

--- 24 unchanged lines hidden ---