mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
read-only by default, meaning files copied can't be overwritten next time. Reviewed by: imp Approved by: ken (mentor)
15 lines
196 B
Makefile
15 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= doc
|
|
|
|
LIB= history
|
|
MAN= rlhistory.3
|
|
|
|
SRCS= $(HISTSRC) xmalloc.c
|
|
|
|
rlhistory.3: doc/history.3
|
|
cp -f ${.ALLSRC} ${.TARGET}
|
|
|
|
CLEANFILES+= rlhistory.3
|
|
|
|
.include <bsd.lib.mk>
|