ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/gnu/lib/libreadline/history/Makefile
Revision: 10905
Committed: Thu Jun 14 13:26:50 2018 UTC (5 years, 10 months ago) by laffer1
File size: 294 byte(s)
Log Message:
use force

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: stable/10/gnu/lib/libreadline/history/Makefile 211243 2010-08-12 20:46:49Z will $
3
4 SUBDIR= doc
5
6 LIB= history
7 MAN= rlhistory.3
8
9 SRCS= $(HISTSRC) xmalloc.c
10
11 rlhistory.3: doc/history.3
12 cp -f ${.ALLSRC} ${.TARGET}
13
14 CLEANFILES+= rlhistory.3
15
16 .include <bsd.lib.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H