diff options
author | michaels <michaels@cvs.openbsd.org> | 1996-08-16 17:58:49 +0000 |
---|---|---|
committer | michaels <michaels@cvs.openbsd.org> | 1996-08-16 17:58:49 +0000 |
commit | 418c0bbade1dcb322b7abdbed4064993de8086c2 (patch) | |
tree | 4bad4d39a1f432f68cae3d673074f4b724aba879 /usr.bin/vi/build | |
parent | 445816164da4c953591f89549fdd9bc8825aa8c8 (diff) |
nvi 1.73
Diffstat (limited to 'usr.bin/vi/build')
-rw-r--r-- | usr.bin/vi/build/Makefile | 16 | ||||
-rw-r--r-- | usr.bin/vi/build/config.h | 10 |
2 files changed, 14 insertions, 12 deletions
diff --git a/usr.bin/vi/build/Makefile b/usr.bin/vi/build/Makefile index 8e9a75a3b3a..8e1686327c2 100644 --- a/usr.bin/vi/build/Makefile +++ b/usr.bin/vi/build/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1996/07/24 16:15:02 mickey Exp $ +# $OpenBSD: Makefile,v 1.5 1996/08/16 17:58:13 michaels Exp $ # # From @(#)Makefile.in 8.63 (Berkeley) 6/19/96 @@ -29,12 +29,14 @@ SRCS= cl_bsd.c cl_funcs.c cl_main.c cl_read.c cl_screen.c cl_term.c \ LINKS= ${BINDIR}/vi ${BINDIR}/ex ${BINDIR}/vi ${BINDIR}/view MLINKS= vi.1 ex.1 vi.1 view.1 -.PATH: ${.CURDIR}/../vi ${.CURDIR}/../svi ${.CURDIR}/../ex ${.CURDIR}/../sex ${.CURDIR}/../cl ${.CURDIR}/../common ${.CURDIR}/../docs/USD.doc/vi.man +.PATH: ${.CURDIR}/../vi ${.CURDIR}/../ex ${.CURDIR}/../cl ${.CURDIR}/../common ${.CURDIR}/../docs/USD.doc/vi.man \ +#${.CURDIR}/../svi ${.CURDIR}/../sex + .include <bsd.prog.mk> .include "../../Makefile.inc" -cat= dutch english german ru_SU.KOI8-R swedish -datadir= ${DESTDIR}/usr/share -afterinstall: - install -d ${datadir}/vi/catalog - (cd ${.CURDIR}/../catalog && install -m $(NONBINMODE) -c $(cat) $(datadir)/vi/catalog ) +#cat= dutch english german ru_SU.KOI8-R swedish +#datadir= ${DESTDIR}/usr/share +#afterinstall: +# install -d ${datadir}/vi/catalog +# (cd ${.CURDIR}/../catalog && install -m $(NONBINMODE) -c $(cat) $(datadir)/vi/catalog ) diff --git a/usr.bin/vi/build/config.h b/usr.bin/vi/build/config.h index 37b919a2af0..206ed8511b5 100644 --- a/usr.bin/vi/build/config.h +++ b/usr.bin/vi/build/config.h @@ -32,11 +32,11 @@ /* #undef TM_IN_SYS_TIME */ /* Define vfork as fork if vfork does not work. */ -/* #undef vfork */ +/*#define vfork fork */ /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ -/* #undef WORDS_BIGENDIAN */ +/*#define WORDS_BIGENDIAN 1 */ /* Define to `int' if <sys/types.h> doesn't define. */ /* #undef ssize_t */ @@ -92,8 +92,8 @@ /* Define if you want to compile in the Perl interpreter. */ /* #undef HAVE_PERL_INTERP */ -/* Define if your Perl is at least 5.002_01. */ -/* #undef HAVE_PERL_5_002_01 */ +/* Define if your Perl is at least 5.003_01. */ +/* #undef HAVE_PERL_5_003_01 */ /* Define if you have the Berkeley style revoke(2) system call. */ #define HAVE_REVOKE 1 @@ -111,7 +111,7 @@ /* #undef HAVE_TCL_INTERP */ /* Define if your sprintf returns a pointer, not a length. */ -/* #undef SPRINTF_RET_CHARPNT */ +/*#define SPRINTF_RET_CHARPNT 1 */ /* Define if you have the bsearch function. */ #define HAVE_BSEARCH 1 |