summaryrefslogtreecommitdiffstats
path: root/contrib/global/gtags/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/global/gtags/Makefile')
-rw-r--r--contrib/global/gtags/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/contrib/global/gtags/Makefile b/contrib/global/gtags/Makefile
index b45de63..803253c 100644
--- a/contrib/global/gtags/Makefile
+++ b/contrib/global/gtags/Makefile
@@ -1,9 +1,6 @@
-# @(#)Makefile 1.0 (Berkeley) 4/21/96
-
-MAN1= gtags.1
-
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/gtags.pl ${DESTDIR}/usr/bin/gtags
+PROG= gtags
+CFLAGS+=-I${.CURDIR}/../lib -DGLOBAL -DYACC
+LDADD= $(LIBUTIL)
+DPADD= $(LIBUTIL)
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud