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
256 B
Makefile
14 lines
256 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/08/03 09:23:15 lukem Exp $
|
|
|
|
NOOBJ= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${NETBSDSRCDIR}/lib/libedit
|
|
|
|
INCS= readline.h
|
|
INCSDIR= /usr/include/readline
|
|
INCSYMLINKS= readline.h ${INCSDIR}/history.h
|
|
|
|
.include <bsd.prog.mk>
|