mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
15 lines
193 B
Makefile
15 lines
193 B
Makefile
# $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>
|