head	1.1;
access;
symbols
	RELENG_8_4:1.1.0.18
	RELENG_9_1_0_RELEASE:1.1
	RELENG_9_1:1.1.0.16
	RELENG_9_1_BP:1.1
	RELENG_8_3_0_RELEASE:1.1
	RELENG_8_3:1.1.0.14
	RELENG_8_3_BP:1.1
	RELENG_9_0_0_RELEASE:1.1
	RELENG_9_0:1.1.0.12
	RELENG_9_0_BP:1.1
	RELENG_9:1.1.0.10
	RELENG_9_BP:1.1
	RELENG_8_2_0_RELEASE:1.1
	RELENG_8_2:1.1.0.8
	RELENG_8_2_BP:1.1
	RELENG_8_1_0_RELEASE:1.1
	RELENG_8_1:1.1.0.6
	RELENG_8_1_BP:1.1
	RELENG_8_0_0_RELEASE:1.1
	RELENG_8_0:1.1.0.4
	RELENG_8_0_BP:1.1
	RELENG_8:1.1.0.2
	RELENG_8_BP:1.1;
locks; strict;
comment	@# @;


1.1
date	2009.05.26.20.13.17;	author ed;	state Exp;
branches
	1.1.18.1;
next	;

1.1.18.1
date	2009.05.26.20.13.17;	author svnexp;	state dead;
branches;
next	1.1.18.2;

1.1.18.2
date	2013.03.28.13.00.43;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@SVN rev 192850 on 2009-05-26 20:13:17Z by ed

Copy ee 1.4.2 into the contrib directory.

This allows me to merge our custom changes to ee(1) back on top of
original sources, with correct mergeinfo.
@
text
@# This is the make file for ee, the "easy editor".
#
# A file called 'make.local' will be generated which will contain information 
# specific to the local system, such as if it is a BSD or System V based 
# version of UNIX, whether or not it has catgets, or select.  
#
# The "install" target ("make install") will copy the ee binary to 
# the /usr/local/bin directory on the local system.  The man page (ee.1) 
# will be copied into the /usr/local/man/man1 directory.
#
# The "clean" target ("make clean") will remove the ee and new_curse.o 
# object files, and the ee binary.
#

all :	localmake buildee

buildee :	
	make -f make.local

localmake:
	@@./create.make

install :
	cp ee /usr/local/bin/ee
	cp ee.1 /usr/local/man/man1/ee.1

clean :
	rm -f ee.o new_curse.o ee 

@


1.1.18.1
log
@file Makefile was added on branch RELENG_8_4 on 2013-03-28 13:00:43 +0000
@
text
@d1 29
@


1.1.18.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/248810
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 29
# This is the make file for ee, the "easy editor".
#
# A file called 'make.local' will be generated which will contain information 
# specific to the local system, such as if it is a BSD or System V based 
# version of UNIX, whether or not it has catgets, or select.  
#
# The "install" target ("make install") will copy the ee binary to 
# the /usr/local/bin directory on the local system.  The man page (ee.1) 
# will be copied into the /usr/local/man/man1 directory.
#
# The "clean" target ("make clean") will remove the ee and new_curse.o 
# object files, and the ee binary.
#

all :	localmake buildee

buildee :	
	make -f make.local

localmake:
	@@./create.make

install :
	cp ee /usr/local/bin/ee
	cp ee.1 /usr/local/man/man1/ee.1

clean :
	rm -f ee.o new_curse.o ee 

@


