3e1db26a5a
Removing elvis, importing nvi, ctags, updating libedit. Change-Id: I881eb04d2dc64cf112facd992de1114e1a59107f
13 lines
256 B
Makefile
13 lines
256 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/08/03 09:23:15 lukem 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>
|