aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.bin/sgsmsg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/usr.bin/sgsmsg/Makefile')
-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 e1b318c6473c..000000000000
--- 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>