diff options
author | avg <avg@FreeBSD.org> | 2015-09-28 12:38:57 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2015-09-28 12:38:57 +0000 |
commit | b65b1a0f9ea4250428bd69317d5b59aa809d6496 (patch) | |
tree | eb1d6b3a1bcaa8030f01e520932d210868c40232 /Makefile.inc1 | |
parent | 5ea7b52a88404665ea0fa36d64f47b2f50d05da5 (diff) | |
download | FreeBSD-src-b65b1a0f9ea4250428bd69317d5b59aa809d6496.zip FreeBSD-src-b65b1a0f9ea4250428bd69317d5b59aa809d6496.tar.gz |
remove unused sgsmsg utility (originally imported from opensolaris)
MFC after: 25 days
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index de1f663..24f466c 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1497,7 +1497,7 @@ _btxld= usr.sbin/btxld # Rebuild ctfconvert and ctfmerge to avoid difficult-to-diagnose failures # resulting from missing bug fixes or ELF Toolchain updates. .if ${MK_CDDL} != "no" -_dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf cddl/usr.bin/ctfconvert \ +_dtrace_tools= cddl/lib/libctf cddl/usr.bin/ctfconvert \ cddl/usr.bin/ctfmerge .endif |