]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - cddl/usr.bin/sgsmsg/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / cddl / usr.bin / sgsmsg / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/cmd/sgs/tools/common
4 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/avl
5
6 # This program is required as a bootstrap tool for 'make buildworld'
7 PROG=           sgsmsg
8 NO_MAN=
9 SRCS=           avl.c sgsmsg.c string_table.c findprime.c
10
11 WARNS?=         0
12 CFLAGS+=        -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \
13                 -I${.CURDIR}/../../../cddl/compat/opensolaris/include \
14                 -I${OPENSOLARIS_USR_DISTDIR}/cmd/sgs/include \
15                 -I${OPENSOLARIS_SYS_DISTDIR}/uts/common
16
17 .include <bsd.prog.mk>