diff options
author | eivind <eivind@FreeBSD.org> | 1998-03-26 16:12:14 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-03-26 16:12:14 +0000 |
commit | 0954aa00b4734e506a17f46b65104bf6976fe6b1 (patch) | |
tree | 7a65e6d67dfd641fc99328092487c892a272e038 /usr.bin/tip | |
parent | fe6e694b6b83f8b30d31c374b263b7122c65ccf3 (diff) | |
download | FreeBSD-src-0954aa00b4734e506a17f46b65104bf6976fe6b1.zip FreeBSD-src-0954aa00b4734e506a17f46b65104bf6976fe6b1.tar.gz |
Remove special global tags support; we don't do it that way anymore.
Diffstat (limited to 'usr.bin/tip')
-rw-r--r-- | usr.bin/tip/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/tip/Makefile b/usr.bin/tip/Makefile index b8d5b38..721823a 100644 --- a/usr.bin/tip/Makefile +++ b/usr.bin/tip/Makefile @@ -1,5 +1,3 @@ SUBDIR=libacu tip -TAGS= yes - .include <bsd.subdir.mk> |