Don't hide build commands.

This commit is contained in:
Bryan Drewery 2015-09-18 21:01:52 +00:00
parent ac1a32b454
commit e56d20da9d

View File

@ -53,5 +53,5 @@ acutab.o log.o remote.o: Makefile
# is no cu(1) with the schg-bit set.
beforeinstall:
.if exists(${DESTDIR}${BINDIR}/cu)
-@chflags noschg ${DESTDIR}${BINDIR}/cu
-chflags noschg ${DESTDIR}${BINDIR}/cu
.endif