10 lines
179 B
Makefile
10 lines
179 B
Makefile
# Copyright (c) 2011 David E O'Brien
|
|
# $FreeBSD$
|
|
|
|
INCS= readline.h history.h
|
|
INCSLINKS= readline.h ${INCSDIR}/tilde.h
|
|
|
|
INCSDIR= ${INCLUDEDIR}/edit/readline
|
|
|
|
.include <bsd.lib.mk>
|