diff options
author | sef <sef@FreeBSD.org> | 1994-08-17 17:04:51 +0000 |
---|---|---|
committer | sef <sef@FreeBSD.org> | 1994-08-17 17:04:51 +0000 |
commit | a7915ae3079d79356fc3f8f4fef14535a1ca7a87 (patch) | |
tree | 1accfd2afb1894020e73daf4c2301281bc9700de /usr.bin/vi/common | |
parent | 37ad36881b09c4fa21a23b9253ca6007c22d2cd3 (diff) | |
download | FreeBSD-src-a7915ae3079d79356fc3f8f4fef14535a1ca7a87.zip FreeBSD-src-a7915ae3079d79356fc3f8f4fef14535a1ca7a87.tar.gz |
Include ../../Makefile.inc so BINDIR gets set. This should make installs
work *much* better.
Submitted by: Sean Eric Fagan
Diffstat (limited to 'usr.bin/vi/common')
-rw-r--r-- | usr.bin/vi/common/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/vi/common/Makefile b/usr.bin/vi/common/Makefile index b24e941..85fb0c6 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} |