diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-17 12:15:02 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-17 12:15:02 +0000 |
| commit | 50c012becef73221e247265edc5bd7c013f18511 (patch) | |
| tree | 504edf7f6e72ba86cb0784823dc6d7c45cb21966 | |
| parent | 865fe6dbe48eff0da853bb6aee485db83e9a564c (diff) | |
Notes
| -rw-r--r-- | usr.bin/tip/tip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile index 253892c52952..4d08ca3ca337 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> |
