mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
9 lines
156 B
Makefile
9 lines
156 B
Makefile
# $Id$
|
|
|
|
NOOBJ= noobj
|
|
|
|
beforeinstall:
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/values.h \
|
|
${DESTDIR}/usr/include
|
|
|
|
.include <bsd.prog.mk>
|