opnsense-src/gnu/lib/libreadline/history/Makefile

16 lines
193 B
Makefile
Raw Normal View History

1999-08-27 19:37:10 -04:00
# $FreeBSD$
1999-05-28 00:26:18 -04:00
SUBDIR= doc
LIB= history
MAN= rlhistory.3
1999-05-28 00:26:18 -04:00
SRCS= $(HISTSRC) xmalloc.c
rlhistory.3: doc/history.3
cp ${.ALLSRC} ${.TARGET}
CLEANFILES+= rlhistory.3
1999-05-28 00:26:18 -04:00
.include <bsd.lib.mk>