]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/usr.libexec/zfs_prepare_disk/Makefile
growfs(8): Grammar fix
[FreeBSD/FreeBSD.git] / cddl / usr.libexec / zfs_prepare_disk / Makefile
1
2 ZFSTOP= ${SRCTOP}/sys/contrib/openzfs
3
4 .PATH: ${ZFSTOP}/scripts
5
6 PACKAGE=        zfs
7 SCRIPTS=        zfs_prepare_disk 
8 SCRIPTSDIR=     ${LIBEXECDIR}/zfs
9
10 .PATH: ${ZFSTOP}/man/man8
11 MAN=            zfs_prepare_disk.8
12
13 CLEANFILES+=    zfs_prepare_disk.8
14
15 zfs_prepare_disk.8: zfs_prepare_disk.8.in
16         sed ${MAN_SUB} ${.ALLSRC} >${.TARGET}
17
18 MAN_SUB+= -e 's|@zfsexecdir@|${LIBEXECDIR}/zfs|g'
19
20 .include <bsd.prog.mk>