Don't hide build commands.

This commit is contained in:
bdrewery 2015-09-18 21:01:52 +00:00
parent 76fb979246
commit 47e52b294f

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