mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 18:53:08 -04:00
11 lines
182 B
Makefile
11 lines
182 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/include
|
|
FILES= bsdconfig.hlp messages.subr usage.hlp
|
|
|
|
beforeinstall:
|
|
mkdir -p ${DESTDIR}${FILESDIR}
|
|
|
|
.include <bsd.prog.mk>
|