1999-08-25 03:40:55 +00:00
|
|
|
# $Id: Makefile,v 1.31 1999/05/28 04:25:45 ache Exp $
|
1994-05-09 15:59:10 +00:00
|
|
|
|
1999-05-28 04:26:18 +00:00
|
|
|
SUBDIR = history readline
|
1997-01-05 16:19:58 +00:00
|
|
|
|
1999-05-28 04:26:18 +00:00
|
|
|
SRCDIR= ${.CURDIR}/../../../contrib/libreadline
|
1997-01-05 16:19:58 +00:00
|
|
|
|
1999-05-28 04:26:18 +00:00
|
|
|
INSTALLED_HEADERS= readline.h chardefs.h keymaps.h history.h tilde.h \
|
|
|
|
rlstdc.h rlconf.h
|
1994-05-09 15:59:10 +00:00
|
|
|
|
|
|
|
beforeinstall:
|
1997-01-05 16:19:58 +00:00
|
|
|
.for i in ${INSTALLED_HEADERS}
|
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${SRCDIR}/$i \
|
1996-08-30 02:13:06 +00:00
|
|
|
${DESTDIR}/usr/include/readline
|
|
|
|
.endfor
|
1994-05-09 15:59:10 +00:00
|
|
|
|
1999-08-25 03:40:55 +00:00
|
|
|
.include <bsd.prog.mk>
|