mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
9 lines
146 B
Makefile
9 lines
146 B
Makefile
# Copyright (c) 2011 David E O'Brien
|
|
# $FreeBSD$
|
|
|
|
INCS= readline.h history.h tilde.h
|
|
|
|
INCSDIR= ${INCLUDEDIR}/edit/readline
|
|
|
|
.include <bsd.lib.mk>
|