mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
11 lines
171 B
Makefile
11 lines
171 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/040.password/include
|
|
FILES= messages.subr
|
|
|
|
beforeinstall:
|
|
mkdir -p ${DESTDIR}${FILESDIR}
|
|
|
|
.include <bsd.prog.mk>
|