diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-12 14:49:25 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-12 14:49:25 +0000 |
| commit | 7fe7d53b5c7ef5a325d4f7398ebc27831d8047c4 (patch) | |
| tree | 12daa3fc03c4bbd387eb8cd8b5cde4bce12af190 /usr.bin/tip | |
| parent | 9e82e81b91ed72f33851b81705866b548164c4bf (diff) | |
Notes
Diffstat (limited to 'usr.bin/tip')
| -rw-r--r-- | usr.bin/tip/tip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile index 4d08ca3ca337..232a79a7136e 100644 --- a/usr.bin/tip/tip/Makefile +++ b/usr.bin/tip/tip/Makefile @@ -48,11 +48,11 @@ SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \ # -- log.o depends on the Makefile because of ACULOG acutab.o log.o remote.o: Makefile +.include <bsd.prog.mk> + # 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> |
