Deleted Added
full compact
Makefile (219089) Makefile (240415)
1# $FreeBSD: head/cddl/lib/libzpool/Makefile 219089 2011-02-27 19:41:40Z pjd $
1# $FreeBSD: head/cddl/lib/libzpool/Makefile 240415 2012-09-12 18:05:43Z mm $
2
3.include "${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/Makefile.files"
4
5# ZFS_COMMON_SRCS
6.PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
7# ZFS_SHARED_SRCS
8.PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs
9# KERNEL_SRCS

--- 49 unchanged lines hidden (view full) ---

59DPADD= ${LIBMD} ${LIBPTHREAD} ${LIBZ}
60LDADD= -lmd -lpthread -lz
61
62# atomic.S doesn't like profiling.
63NO_PROFILE=
64
65CSTD= c99
66
2
3.include "${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/Makefile.files"
4
5# ZFS_COMMON_SRCS
6.PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
7# ZFS_SHARED_SRCS
8.PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs
9# KERNEL_SRCS

--- 49 unchanged lines hidden (view full) ---

59DPADD= ${LIBMD} ${LIBPTHREAD} ${LIBZ}
60LDADD= -lmd -lpthread -lz
61
62# atomic.S doesn't like profiling.
63NO_PROFILE=
64
65CSTD= c99
66
67CFLAGS+= -DDEBUG=1
68#DEBUG_FLAGS+= -g
69
67.include <bsd.lib.mk>
70.include <bsd.lib.mk>