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

# $Id: Makefile,v 1.4 1997/12/17 15:18:52 cwt Exp $

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