mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
10 lines
156 B
Makefile
10 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>
|