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

SUBDIR= doc

LIB=    history
MAN=    rlhistory.3

SRCS= $(HISTSRC) xmalloc.c

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

CLEANFILES+= rlhistory.3

.include <bsd.lib.mk>