aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@FreeBSD.org>1994-08-17 17:04:51 +0000
committerSean Eric Fagan <sef@FreeBSD.org>1994-08-17 17:04:51 +0000
commitd236b04b4bfe7b91f9424a2e0d2b3ff96a78cbf4 (patch)
tree1accfd2afb1894020e73daf4c2301281bc9700de /usr.bin/vi
parent1062753e258e920c1aedef09b3c8912bac1e81d6 (diff)
downloadsrc-d236b04b4bfe7b91f9424a2e0d2b3ff96a78cbf4.tar.gz
src-d236b04b4bfe7b91f9424a2e0d2b3ff96a78cbf4.zip
Include ../../Makefile.inc so BINDIR gets set. This should make installs
work *much* better. Submitted by: Sean Eric Fagan
Notes
Notes: svn path=/head/; revision=2091
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/common/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/vi/common/Makefile b/usr.bin/vi/common/Makefile
index b24e9414a5c6..85fb0c6d2956 100644
--- a/usr.bin/vi/common/Makefile
+++ b/usr.bin/vi/common/Makefile
@@ -48,7 +48,7 @@ DPADD+= ${LIBCURSES} ${LIBTERM} ${LIBUTIL}
LDADD+= -lcurses -ltermlib -lutil
SPECHDR=compat.h excmd.h options.h
CLEANFILES+=${SPECHDR}
-LINKS= ${BINDIR}/nvi ${BINDIR}/nex
+LINKS= ${BINDIR}/nvi ${BINDIR}/nex ${BINDIR}/vi ${BINDIR}/ex ${BINDIR}/view
all: nvi nex vi.0
nex: nvi
@@ -93,6 +93,7 @@ warn:: ${SRCS}
MAN= ${.CURDIR}/../USD.doc/vi.man
REF= ${.CURDIR}/../USD.doc/vi.ref
+.include "../../Makefile.inc"
.include <bsd.prog.mk>
.depend: ${SPECHDR}