head	1.4;
access;
symbols
	RELENG_2_2_8_RELEASE:1.3.6.1
	RELENG_2_2_7_RELEASE:1.3.6.1
	RELENG_2_2_6_RELEASE:1.3.6.1
	RELENG_2_2_5_RELEASE:1.3.6.1
	RELENG_2_2_2_RELEASE:1.3.6.1
	RELENG_2_2_1_RELEASE:1.3
	RELENG_2_2_0_RELEASE:1.3
	RELENG_2_1_7_RELEASE:1.3
	RELENG_2_1_6_1_RELEASE:1.3
	RELENG_2_1_6_RELEASE:1.3
	RELENG_2_2:1.3.0.6
	RELENG_2_2_BP:1.3
	RELENG_2_1_5_RELEASE:1.3
	RELENG_2_1_0_RELEASE:1.3
	RELENG_2_1_0:1.3.0.4
	RELENG_2_1_0_BP:1.3
	RELENG_2_0_5_RELEASE:1.3
	RELENG_2_0_5:1.3.0.2
	RELENG_2_0_5_BP:1.3
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.2
	MOVED_NEWCVS:1.1.1.1
	FINAL_1_1_5:1.1.1.1
	ALPHA_1_1_5:1.1.1.1
	readline_1_1:1.1.1.1
	gnu:1.1.1;
locks; strict;
comment	@# @;


1.4
date	97.01.05.16.19.56;	author ache;	state dead;
branches;
next	1.3;

1.3
date	95.05.30.04.43.43;	author rgrimes;	state Exp;
branches
	1.3.6.1;
next	1.2;

1.2
date	94.12.06.03.16.40;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	94.05.09.15.59.09;	author ache;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.09.15.59.10;	author ache;	state Exp;
branches;
next	;

1.3.6.1
date	97.04.11.16.43.55;	author asami;	state dead;
branches;
next	;


desc
@@


1.4
log
@Use contrib version now
@
text
@# This is the Makefile for the examples subdirectory of readline. -*- text -*-
#

EXECUTABLES = fileman
CFLAGS  = -g -I..
LDFLAGS = -g -L..

fileman: fileman.o
	$(CC) $(LDFLAGS) -o fileman fileman.o -lreadline -ltermcap

fileman.o: fileman.c

@


1.3
log
@Remove trailing whitespace.
@
text
@@


1.3.6.1
log
@Bring in latest libreadline from -current.  Note src/contrib/libreadline
is already tagged into RELENG_2_2.
@
text
@@


1.2
log
@Upgrade to version 2.0
@
text
@d12 1
a12 1
  
@


1.1
log
@Initial revision
@
text
@d5 1
a5 1
CFLAGS  = -g -I../..
@


1.1.1.1
log
@Port readline lib into gnu system tree.
Really we don't need copy of this library into each program
(gdb f.e.)

P.S. it is much cleaner port than /usr/ports version and based
on /usr/ports version. /usr/ports version will be removed.
@
text
@@
