14 lines
239 B
Makefile
14 lines
239 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/12/12 00:51:02 tv Exp $
|
|
|
|
.PATH: ${CURDIR}/..
|
|
|
|
INCS= readline.h
|
|
INCSDIR= /usr/include/readline
|
|
SYMLINKS= readline.h ${INCSDIR}/history.h
|
|
|
|
NOOBJ= # defined
|
|
|
|
incinstall:: linksinstall
|
|
|
|
.include <bsd.prog.mk>
|