1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/gnu/include/Makefile
2001-10-24 09:16:23 +00:00

10 lines
150 B
Makefile

# $FreeBSD$
NOOBJ= noobj
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 values.h \
${DESTDIR}/usr/include
.include <bsd.prog.mk>