mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
11 lines
164 B
Makefile
11 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= include
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/050.diskmgmt
|
|
FILES= INDEX USAGE
|
|
|
|
SCRIPTSDIR= ${FILESDIR}
|
|
SCRIPTS= diskmgmt
|
|
|
|
.include <bsd.prog.mk>
|