diff options
author | Andriy Gapon <avg@FreeBSD.org> | 2015-09-28 12:38:57 +0000 |
---|---|---|
committer | Andriy Gapon <avg@FreeBSD.org> | 2015-09-28 12:38:57 +0000 |
commit | 9875367b9abbd19edbfc70fc709a78e7c5c9a4f6 (patch) | |
tree | eb1d6b3a1bcaa8030f01e520932d210868c40232 /targets | |
parent | 65b71c48d226f3ef3eb1c4452dccc678a7d2ac96 (diff) | |
download | src-9875367b9abbd19edbfc70fc709a78e7c5c9a4f6.tar.gz src-9875367b9abbd19edbfc70fc709a78e7c5c9a4f6.zip |
remove unused sgsmsg utility (originally imported from opensolaris)
MFC after: 25 days
Notes
Notes:
svn path=/head/; revision=288339
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pseudo/userland/cddl/Makefile.depend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/targets/pseudo/userland/cddl/Makefile.depend b/targets/pseudo/userland/cddl/Makefile.depend index d487f5aaf8a4..00524e9f5281 100644 --- a/targets/pseudo/userland/cddl/Makefile.depend +++ b/targets/pseudo/userland/cddl/Makefile.depend @@ -12,7 +12,6 @@ DIRDEPS = \ cddl/lib/libnvpair \ cddl/lib/libumem \ cddl/lib/libuutil \ - cddl/usr.bin/sgsmsg \ DIRDEPS.CTF = \ |