diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-03-02 19:04:07 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-03-02 19:04:07 +0000 |
| commit | 4ef20db290841afbfce7fe484e2037e084e79238 (patch) | |
| tree | 70c9d8907f70b1034bd6e7417000ab87703c1bd2 /cddl/usr.bin/sgsmsg | |
| parent | 7729e3ba4017a3af96cff64b68751cb9d72c79b8 (diff) | |
Notes
Diffstat (limited to 'cddl/usr.bin/sgsmsg')
| -rw-r--r-- | cddl/usr.bin/sgsmsg/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/cddl/usr.bin/sgsmsg/Makefile b/cddl/usr.bin/sgsmsg/Makefile index 541441481dda..8d1f70fceed4 100644 --- a/cddl/usr.bin/sgsmsg/Makefile +++ b/cddl/usr.bin/sgsmsg/Makefile @@ -1,20 +1,17 @@ # $FreeBSD$ -.include "../../Makefile.inc" +.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 - +NO_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 -.PATH: ${OPENSOLARIS_USR_DISTDIR}/cmd/sgs/tools/common -.PATH: ${OPENSOLARIS_SYS_DISTDIR}/common/avl - -NO_MAN= - .include <bsd.prog.mk> |
