projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Initial import from FreeBSD RELENG_4:
[dragonfly.git]
/
gnu
/
lib
/
libreadline
/
history
/
Makefile
1
# $FreeBSD: src/gnu/lib/libreadline/history/Makefile,v 1.3 1999/08/27 23:32:54 peter Exp $
2
3
SUBDIR= doc
4
5
LIB= history
6
7
SRCS= $(HISTSRC) xmalloc.c
8
9
.include <bsd.lib.mk>