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.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	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.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	RELEASE_2_2_5:1.1.1.1
	hztty_2_0:1.1.1.1
	LIM:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2008.01.27.23.46.13;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.02.04.50.09;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	97.10.07.07.03.41;	author obrien;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.10.07.07.03.41;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Use termios.h instead of sgtty.h
- Reset maintainer (mail bounce) [1]

[1]
<ada@@bsd.org>: host bsd.org.s6a1.psmtp.com[64.18.5.10] said: 550 No such user -
psmtp (in reply to RCPT TO command)

PR:		120050
Submitted by:	Ed Schouten <ed@@fxq.nl>
@
text
@--- Makefile.orig	Sun Jan 29 16:39:19 1995
+++ Makefile	Sun Apr  2 11:16:03 2000
@@@@ -19,7 +19,6 @@@@
 
 CC=cc
 CPP=$(CC) -E
-CDEBUGFLAGS= -O
 MAKE=make
 RM=rm -f
 
@@@@ -31,7 +30,7 @@@@
 	${OBJ_GB_BIG5} ${OBJ_UNICODE_GB} ${OBJ_UNICODE_BIG5}
 
 DEFINES= 
-CFLAGS=${CDEBUGFLAGS} ${DEFINES} ${MODULES_DEF} -I.
+CFLAGS+=${CDEBUGFLAGS} ${DEFINES} ${MODULES_DEF} -I.
 
 PROG = hztty
 LIBS=
@@@@ -132,8 +131,8 @@@@
 
 
 bsd:
-	miniconf.sh $(CPP)
-	${MAKE} ${MFLAGS} DEFINES='-DBSD' ${PROG}
+	./miniconf.sh $(CPP)
+	${MAKE} ${MFLAGS} DEFINES='-DPOSIX' ${PROG}
 
 posix:
 	miniconf.sh $(CPP)
@


1.2
log
@Respect CC and CFLAGS
@
text
@d20 1
a20 1
@@@@ -132,7 +131,7 @@@@
d25 1
d27 1
a27 1
 	${MAKE} ${MFLAGS} DEFINES='-DBSD' ${PROG}
d30 1
@


1.1
log
@Initial revision
@
text
@d1 28
a28 20
*** Makefile.dist	Thu Sep 25 00:26:00 1997
--- Makefile	Thu Sep 25 00:47:01 1997
***************
*** 132,138 ****
  
  
  bsd:
! 	miniconf.sh $(CPP)
  	${MAKE} ${MFLAGS} DEFINES='-DBSD' ${PROG}
  
  posix:
--- 134,140 ----
  
  
  bsd:
! 	./miniconf.sh $(CPP)
  	${MAKE} ${MFLAGS} DEFINES='-DBSD' ${PROG}
  
  posix:
  
@


1.1.1.1
log
@translator between GuoBiao / Big5 and HZ

PR:		ports/4622
Submitted by:	Ada T Lim <ada@@not-enough.bandwidth.org>
@
text
@@
