head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.07.21.14.35.53;	author ru;	state Exp;
branches;
next	1.2;

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

1.1
date	99.12.29.08.52.10;	author steve;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Fix install.

Requested by:	kris
@
text
@--- keycvt/makefile.orig	Tue May 18 00:43:30 1993
+++ keycvt/makefile	Sun Jul 21 17:32:13 2002
@@@@ -48,7 +48,7 @@@@
 
 PROJ	= keycvt
 
-CFLAGS	= -c $(DEFINES) -O -I. $(CMDC)	# Flags for compiler
+CFLAGS  += -c $(DEFINES) -I. $(CMDC)  # Flags for compiler
 
 LFLAGS	= -o $(PROJ) $(CMDL)			# Flags for linker
 
@@@@ -60,6 +60,7 @@@@
 LS		= ls -l				# Directory command
 ECHO	= echo				# Echo to screen command
 MAKE	= make				# The make command
+PREFIX  ?= /usr/local
 
 #****************************************************************************
 #*																			*
@@@@ -71,7 +72,7 @@@@
 		@@$(ECHO)
 		@@$(ECHO) "To create KEYCVT you have to enter the Unix system type you want to build"
 		@@$(ECHO) "KEYCVT for.  Possible options are: aix (RS6000), aix370, aix386, convex,"
-		@@$(ECHO) "irix, hpux, isc, linux, mint, next, qnx, sun, svr4, ultrix, ultrix_old"
+		@@$(ECHO) "freebsd, irix, hpux, isc, linux, mint, next, qnx, sun, svr4, ultrix, ultrix_old"
 		@@$(ECHO) "(Ultrix 3.x or earlier), and uts4.  If none of the above fit, try"
 		@@$(ECHO) "'make generic', and send a copy of any changes necessary to the author,"
 		@@$(ECHO) "pgut1@@cs.aukuni.ac.nz"
@@@@ -128,6 +129,12 @@@@
 
 convex:
 		@@$(MAKE) keycvt CC="cc"
+
+freebsd:
+		@@$(MAKE) $(PROJ)
+
+freebsd.install:
+		$(BSD_INSTALL_PROGRAM) $(PROJ) $(PREFIX)/bin
 
 # Generic: Generic BSD-ish system running gcc.  Can't continue, we really
 # need user intervention here.
@


1.2
log
@Distfile moved
Honor CFLAGS
@
text
@d1 2
a2 2
--- keycvt/makefile.orig	Tue May 18 01:43:30 1993
+++ keycvt/makefile	Sat Apr  7 05:29:54 2001
d38 1
a38 1
+		$(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) $(PROJ) $(PREFIX)/bin
@


1.1
log
@Honor PREFIX and split up patches one patch for each file.

PR:		12056
Submitted by:	Nick Hibma <nick.hibma@@jrc.it>
@
text
@d1 11
a11 2
--- keycvt/makefile.orig	Mon May 17 16:43:30 1993
+++ keycvt/makefile	Tue Dec 28 20:01:38 1999
d35 1
a35 1
+		@@$(MAKE) $(PROJ) CMDC="-O2"
@

