Makefile revision 47569
1#       $Id: Makefile,v 1.30 1998/04/28 07:16:24 ache Exp $
2
3SUBDIR = history readline
4
5SRCDIR= ${.CURDIR}/../../../contrib/libreadline
6
7INSTALLED_HEADERS= readline.h chardefs.h keymaps.h history.h tilde.h \
8		   rlstdc.h rlconf.h
9
10beforeinstall:
11.for i in ${INSTALLED_HEADERS}
12	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${SRCDIR}/$i \
13		${DESTDIR}/usr/include/readline
14.endfor
15
16.include <bsd.subdir.mk>
17