11 lines
111 B
Makefile
11 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= doc
|
|
|
|
LIB= history
|
|
MAN= history.3
|
|
|
|
SRCS= $(HISTSRC) xmalloc.c
|
|
|
|
.include <bsd.lib.mk>
|