Makefile revision 228116
1# Copyright (c) 2011 David E O'Brien
2# $FreeBSD: head/lib/libedit/edit/readline/Makefile 228116 2011-11-29 06:21:01Z fjoe $
3
4INCS=	readline.h history.h
5INCSLINKS=	readline.h ${INCSDIR}/tilde.h
6
7INCSDIR= ${INCLUDEDIR}/edit/readline
8
9.include <bsd.lib.mk>
10