diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-02 00:49:45 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-02 00:49:45 +0000 |
commit | a9dfc956d6e526da7e2d0207ad0b0c497764c3c4 (patch) | |
tree | d98aa656ec9c337ee455e71c85d01b3ebed5c1cf /tools/build | |
parent | ed8addefb28e2d327db3b16123841165001f0192 (diff) | |
download | src-a9dfc956d6e526da7e2d0207ad0b0c497764c3c4.tar.gz src-a9dfc956d6e526da7e2d0207ad0b0c497764c3c4.zip |
Notes
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 61f879554f15..0e9c955d491a 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -978,7 +978,11 @@ OLD_FILES+=usr/lib32/libuutil_p.a OLD_LIBS+=lib/libdtrace.so.2 OLD_FILES+=usr/sbin/dtrace OLD_FILES+=usr/sbin/lockstat +OLD_FILES+=usr/sbin/plockstat OLD_FILES+=usr/share/man/man1/dtrace.1.gz +OLD_FILES+=usr/share/man/man1/dtruss.1.gz +OLD_FILES+=usr/share/man/man1/lockstat.1.gz +OLD_FILES+=usr/share/man/man1/plockstat.1.gz OLD_FILES+=usr/share/dtrace/disklatency OLD_FILES+=usr/share/dtrace/disklatencycmd OLD_FILES+=usr/share/dtrace/hotopen |