aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tip
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-09-18 21:01:52 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-09-18 21:01:52 +0000
commite56d20da9dafb8d55fb780fa40a0656434148f12 (patch)
tree366569287d69cb6f6c70ee5c03d55c3db96c8419 /usr.bin/tip
parentac1a32b4543abe61b91a99d7e100fda7b0cdddfb (diff)
Notes
Diffstat (limited to 'usr.bin/tip')
-rw-r--r--usr.bin/tip/tip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile
index b0fd1f8a105b..a8ed43f7c579 100644
--- a/usr.bin/tip/tip/Makefile
+++ b/usr.bin/tip/tip/Makefile
@@ -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