mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
10 lines
161 B
Makefile
10 lines
161 B
Makefile
# $FreeBSD$
|
|
|
|
NOOBJ= noobj
|
|
|
|
beforeinstall:
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/values.h \
|
|
${DESTDIR}/usr/include
|
|
|
|
.include <bsd.prog.mk>
|