summaryrefslogtreecommitdiffstats
path: root/cddl/usr.bin/sgsmsg/Makefile
blob: 541441481ddae79ec6cb3863a91dad9780073012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

.include	"../../Makefile.inc"

# This program is required as a bootstrap tool for 'make buildworld'
PROG=		sgsmsg

SRCS=		avl.c sgsmsg.c string_table.c findprime.c

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

.PATH:		${OPENSOLARIS_USR_DISTDIR}/cmd/sgs/tools/common
.PATH:		${OPENSOLARIS_SYS_DISTDIR}/common/avl

NO_MAN=

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud