mirror of
https://github.com/opnsense/src.git
synced 2026-03-15 23:25:30 -04:00
9 lines
179 B
Makefile
9 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>
|