aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libreadline/history/Makefile
blob: b37750d098b05a33c197c61850e3499815152647 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

SUBDIR= doc

LIB=    history
MAN=    rlhistory.3

SRCS= $(HISTSRC) xmalloc.c

rlhistory.3: history.3
	cp ${.ALLSRC} ${.TARGET}

.include <bsd.lib.mk>