mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
16 lines
227 B
Makefile
16 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
SUBDIR= include share
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/090.timezone
|
|
FILES= INDEX USAGE
|
|
|
|
SCRIPTSDIR= ${FILESDIR}
|
|
SCRIPTS= timezone
|
|
|
|
beforeinstall:
|
|
mkdir -p ${DESTDIR}${FILESDIR}
|
|
|
|
.include <bsd.prog.mk>
|