mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
18 lines
359 B
Makefile
18 lines
359 B
Makefile
# $Id: Makefile,v 1.8 1997/01/05 16:19:35 ache Exp $
|
|
|
|
SRCDIR= ${.CURDIR}/../../../../contrib/libreadline/doc
|
|
|
|
INFO= history readline
|
|
|
|
CLEANFILES= hist.info rlman.info
|
|
|
|
hist.info: hstech.texinfo hsuser.texinfo
|
|
rlman.info: rltech.texinfo rluser.texinfo
|
|
|
|
history.info: hist.info
|
|
ln -f $> $@
|
|
|
|
readline.info: rlman.info
|
|
ln -f $> $@
|
|
|
|
.include <bsd.info.mk>
|