74c6c9c204
them there. readline.h of libedit had to move to subdirectory 'readline', due to the way BSD makefiles work; this is better than potentially fragile Makefile hacks
10 lines
208 B
Makefile
10 lines
208 B
Makefile
# $NetBSD: Makefile,v 1.1 2001/01/05 21:15:50 jdolecek Exp $
|
|
|
|
.PATH: ${CURDIR}/..
|
|
|
|
INCS= readline.h
|
|
INCSDIR= /usr/include/readline
|
|
LINKS= ${INCSDIR}/readline.h ${INCSDIR}/history.h
|
|
|
|
.include <bsd.prog.mk>
|