summaryrefslogtreecommitdiffstats
path: root/cddl/usr.bin/sgsmsg
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2015-10-23 08:35:17 +0000
committeravg <avg@FreeBSD.org>2015-10-23 08:35:17 +0000
commit608734213072334d2243ad8a29c1f68641582e58 (patch)
tree93eb7984056029b500f74b89e30e30aacbba79ed /cddl/usr.bin/sgsmsg
parentf04b1cd7e18b9bc7a2c374fef934fe9443078269 (diff)
downloadFreeBSD-src-608734213072334d2243ad8a29c1f68641582e58.zip
FreeBSD-src-608734213072334d2243ad8a29c1f68641582e58.tar.gz
MFC r288339: remove unused sgsmsg utility (originally imported from opensolaris)
Diffstat (limited to 'cddl/usr.bin/sgsmsg')
-rw-r--r--cddl/usr.bin/sgsmsg/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/cddl/usr.bin/sgsmsg/Makefile b/cddl/usr.bin/sgsmsg/Makefile
deleted file mode 100644
index e1b318c..0000000
--- a/cddl/usr.bin/sgsmsg/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/cmd/sgs/tools/common
-.PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/avl
-
-# This program is required as a bootstrap tool for 'make buildworld'
-PROG= sgsmsg
-MAN=
-SRCS= avl.c sgsmsg.c string_table.c findprime.c
-
-WARNS?= 0
-CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \
- -I${.CURDIR}/../../../cddl/compat/opensolaris/include \
- -I${OPENSOLARIS_USR_DISTDIR}/cmd/sgs/include \
- -I${OPENSOLARIS_SYS_DISTDIR}/uts/common
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud