64b5a0fe7b
SYMLINKS to install symlinked header files. INCSYMLINKS are installed with 'make includes'. This avoids using SYMLINKS and hacks with the 'linkinstall' target in <bsd.links.mk>, as linksinstall occurs in 'make install' and hacks to get it to occur in 'make includes' weren't robust, as seen in lib/libdes. Yet more improvements to bsd.README.
14 lines
297 B
Makefile
14 lines
297 B
Makefile
# $NetBSD: Makefile,v 1.12 2003/08/03 09:23:14 lukem Exp $
|
|
|
|
# Makefile for _G_config.h, a machine-dependent automatically generated
|
|
# configuration file.
|
|
|
|
INCS= _G_config.h
|
|
INCSDIR= /usr/include/${MACHINE}
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${.CURDIR}/../arch/${MACHINE_ARCH}
|
|
|
|
.include <bsd.prog.mk>
|