mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
12 lines
167 B
Makefile
12 lines
167 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
NO_OBJ=
|
||
|
|
|
||
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/150.ttys/include
|
||
|
|
FILES= messages.subr
|
||
|
|
|
||
|
|
beforeinstall:
|
||
|
|
mkdir -p ${DESTDIR}${FILESDIR}
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|