]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bsdconfig/diskmgmt/Makefile
Reimport dts files from vendor repo now that it has been properly
[FreeBSD/FreeBSD.git] / usr.sbin / bsdconfig / diskmgmt / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=
4
5 SUBDIR= include
6
7 FILESDIR=       ${LIBEXECDIR}/bsdconfig/050.diskmgmt
8 FILES=          INDEX USAGE
9
10 SCRIPTSDIR=     ${FILESDIR}
11 SCRIPTS=        diskmgmt
12
13 beforeinstall:
14         mkdir -p ${DESTDIR}${FILESDIR}
15
16 .include <bsd.prog.mk>