summary refs log tree commit diff
path: root/bin/1sh/libedit/readline/Makefile
blob: 265540b7e4b1ce42482a3c6d5cd8e19836dc8d08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.8 2016/02/17 19:47:49 christos Exp $

NOOBJ=		# defined

.include <bsd.own.mk>

.PATH:	${NETBSDSRCDIR}/lib/libedit

INCS=		readline.h
INCSDIR=	/usr/include/readline
INCSYMLINKS=	readline.h ${INCSDIR}/history.h

.include <bsd.prog.mk>