NetBSD/lib/libedit/readline/Makefile
jdolecek 74c6c9c204 Standard location of readline headers is /usr/include/readline/, so install
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
2001-01-05 21:15:49 +00:00

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>