summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libreadline/Makefile
blob: 4f54df49dd8f9a523c64f0cf3c1e15fa0f6eb982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#       $Id: Makefile,v 1.31 1999/05/28 04:25:45 ache Exp $

SUBDIR = history readline

SRCDIR= ${.CURDIR}/../../../contrib/libreadline

INSTALLED_HEADERS= readline.h chardefs.h keymaps.h history.h tilde.h \
		   rlstdc.h rlconf.h

beforeinstall:
.for i in ${INSTALLED_HEADERS}
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${SRCDIR}/$i \
		${DESTDIR}/usr/include/readline
.endfor

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud