diff options
author | tv <tv@pkgsrc.org> | 1998-04-07 13:04:21 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-04-07 13:04:21 +0000 |
commit | b5e3929984e1574621a8e108b76186d71aa81c2a (patch) | |
tree | 660d98dc6f0d9a26918d6589d04706d51ea17560 /editors/joe/Makefile | |
parent | dd22c7228ae124d7f7da9857b1316742d8805dbc (diff) | |
download | pkgsrc-b5e3929984e1574621a8e108b76186d71aa81c2a.tar.gz |
Use the t*() routines in libtermcap. Define -DTERMINFO (no, really!) to
make use of the t*() routines.
Diffstat (limited to 'editors/joe/Makefile')
-rw-r--r-- | editors/joe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 9e5443e03bb..12f77da0248 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -5,7 +5,7 @@ # # Imported into NetBSD by explorer@flame.org # -# $NetBSD: Makefile,v 1.3 1998/01/24 04:44:49 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/07 13:04:21 tv Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/17 07:01:28 obrien Exp # @@ -21,4 +21,6 @@ ALL_TARGET= joe WRKSRC= ${WRKDIR}/joe MAN1= joe.1 +CFLAGS+= -DTERMINFO + .include <bsd.port.mk> |