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

# $Id: Makefile,v 1.6 1997/07/30 04:30:40 skynyrd Exp $

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


PROG=	gctags

SRCS=	C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c assembler.c

CFLAGS+=	-I${GLOBAL_DIR}/gctags -DGTAGS -DBUGFIX -DMODIFY -DYACC

.include <bsd.prog.mk>

OpenPOWER on IntegriCloud