mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
8 lines
146 B
Makefile
8 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>
|