mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 23:45:12 -04:00
9 lines
138 B
Makefile
9 lines
138 B
Makefile
|
|
# Copyright (c) 2011 David E O'Brien
|
||
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
INCS= readline.h history.h
|
||
|
|
|
||
|
|
INCSDIR= ${INCLUDEDIR}/edit/readline
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|