mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
Include ../../Makefile.inc so BINDIR gets set. This should make installs
work *much* better. Submitted by: Sean Eric Fagan
This commit is contained in:
parent
1062753e25
commit
d236b04b4b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2091
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user