Make dirty, rotten hack really work. As of rev. 1.16, ${BINDIR}

is only defined after <bsd.prog.mk> is included, and .if make(1)
conditionals are evaluted on the first pass.

Spotted by:	Michael Bretterklieber <mbretter@jawa.at>
This commit is contained in:
Ruslan Ermilov 2002-07-12 14:49:25 +00:00
parent 9e82e81b91
commit 7fe7d53b5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99874

View File

@ -48,11 +48,11 @@ SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \
# -- log.o depends on the Makefile because of ACULOG
acutab.o log.o remote.o: Makefile
.include <bsd.prog.mk>
# Dirty, rotten hack. This can be removed when we are confident that there
# is no cu(1) with the schg-bit set.
beforeinstall:
.if exists(${DESTDIR}${BINDIR}/cu)
-@chflags noschg ${DESTDIR}${BINDIR}/cu
.endif
.include <bsd.prog.mk>