summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-17 12:15:02 +0000
committerru <ru@FreeBSD.org>2002-04-17 12:15:02 +0000
commit1ae9195f9d3c35bfa128a860b5d2baaad601f540 (patch)
tree504edf7f6e72ba86cb0784823dc6d7c45cb21966 /usr.bin
parent7e205e38ed757ef4beeb72100ec1d12a3c846d7a (diff)
downloadFreeBSD-src-1ae9195f9d3c35bfa128a860b5d2baaad601f540.zip
FreeBSD-src-1ae9195f9d3c35bfa128a860b5d2baaad601f540.tar.gz
Don't attempt to chflags(1) non-existent executable.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tip/tip/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile
index 253892c..4d08ca3 100644
--- a/usr.bin/tip/tip/Makefile
+++ b/usr.bin/tip/tip/Makefile
@@ -51,6 +51,8 @@ acutab.o log.o remote.o: Makefile
# 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>
OpenPOWER on IntegriCloud