diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2021-02-18 11:08:20 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2021-02-18 14:21:10 +0000 |
| commit | 10f57cb98fd61b2669640a84aa73ad118601f281 (patch) | |
| tree | 90e284efce613e35d3273119e4a9f8a9cda6b020 /cddl/sbin | |
| parent | ee36e25a86cbe2a9474c1d61f2c4b450da8ef952 (diff) | |
Diffstat (limited to 'cddl/sbin')
| -rw-r--r-- | cddl/sbin/zpool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cddl/sbin/zpool/Makefile b/cddl/sbin/zpool/Makefile index fbde6beec331..43cc8f2997b7 100644 --- a/cddl/sbin/zpool/Makefile +++ b/cddl/sbin/zpool/Makefile @@ -71,7 +71,8 @@ CFLAGS+= \ -include ${ZFSTOP}/include/os/freebsd/spl/sys/ccompile.h \ -DHAVE_ISSETUGID \ -include ${SRCTOP}/sys/modules/zfs/zfs_config.h \ - -DSYSCONFDIR=\"/etc\" + -DSYSCONFDIR=\"/etc\" \ + -DPKGDATADIR=\"/usr/share/zfs\" LIBADD= geom nvpair uutil zfs zutil avl spl tpool zfs_core m LDADD+= -pthread |
