diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile index fb2bf934ff52..ec0ba0f25283 100644 --- a/usr.bin/tip/tip/Makefile +++ b/usr.bin/tip/tip/Makefile @@ -34,6 +34,6 @@ BINGRP= dialer # Dirty, rotten hack. This can be removed when we are confident that there # is no cu(1) with the schg-bit set. beforeinstall: - -@chflags noschg ${DESTDIR}/${BINDIR}/cu + -@chflags noschg ${DESTDIR}${BINDIR}/cu .include