summaryrefslogtreecommitdiffstats
path: root/usr.bin/global/gctags/Makefile
blob: 48ae79232d6886805ccd76a7601f1c7eb8bfd083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

# $FreeBSD$

GLOBAL_DIR=	${.CURDIR}/../../../contrib/global
.PATH:		${GLOBAL_DIR}/gctags

CFLAGS+=	-I${GLOBAL_DIR}/gctags

PROG=	gctags
SRCS=	C.c assembler.c gctags.c java.c

.include <bsd.prog.mk>

OpenPOWER on IntegriCloud