diff --git a/usr.bin/global/Makefile b/usr.bin/global/Makefile deleted file mode 100644 index a37a2f967cda..000000000000 --- a/usr.bin/global/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -# $FreeBSD$ - -SUBDIR= lib global gtags gctags btreeop htags systags - -.include diff --git a/usr.bin/global/Makefile.inc b/usr.bin/global/Makefile.inc deleted file mode 100644 index 0e33fa03b8fe..000000000000 --- a/usr.bin/global/Makefile.inc +++ /dev/null @@ -1,18 +0,0 @@ -# $FreeBSD$ - -.if !defined(GLOBAL_MAKEFILE_INC_BEEN_HERE) - -GLOBAL_MAKEFILE_INC_BEEN_HERE=yes -.if exists(${.OBJDIR}/../lib) -LIBDESTDIR= ${.OBJDIR}/../lib -.else -LIBDESTDIR= ${.CURDIR}/../lib -.endif -DPADD= ${LIBDESTDIR}/libgloutil.a -LDADD= ${LIBDESTDIR}/libgloutil.a -CFLAGS+= -I${GLOBAL_DIR}/lib -O \ - -Wall -Wwrite-strings -Wmissing-prototypes - -.include "../Makefile.inc" - -.endif diff --git a/usr.bin/global/btreeop/Makefile b/usr.bin/global/btreeop/Makefile deleted file mode 100644 index da762b8ccbbb..000000000000 --- a/usr.bin/global/btreeop/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# $FreeBSD$ - -GLOBAL_DIR= ${.CURDIR}/../../../contrib/global -.PATH: ${GLOBAL_DIR}/btreeop - -PROG= btreeop - -.include diff --git a/usr.bin/global/gctags/Makefile b/usr.bin/global/gctags/Makefile deleted file mode 100644 index 48ae79232d68..000000000000 --- a/usr.bin/global/gctags/Makefile +++ /dev/null @@ -1,13 +0,0 @@ - -# $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 - diff --git a/usr.bin/global/global/Makefile b/usr.bin/global/global/Makefile deleted file mode 100644 index 61c4d092ab73..000000000000 --- a/usr.bin/global/global/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# $FreeBSD$ - -GLOBAL_DIR= ${.CURDIR}/../../../contrib/global -.PATH: ${GLOBAL_DIR}/global - -PROG= global - -.include diff --git a/usr.bin/global/gtags/Makefile b/usr.bin/global/gtags/Makefile deleted file mode 100644 index ab3fc7624f49..000000000000 --- a/usr.bin/global/gtags/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# $FreeBSD$ - -GLOBAL_DIR= ${.CURDIR}/../../../contrib/global -.PATH: ${GLOBAL_DIR}/gtags - -PROG= gtags - -.include diff --git a/usr.bin/global/htags/Makefile b/usr.bin/global/htags/Makefile deleted file mode 100644 index 197d5bb6ad47..000000000000 --- a/usr.bin/global/htags/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ - -GLOBAL_DIR= ${.CURDIR}/../../../contrib/global -.PATH: ${GLOBAL_DIR}/htags - -MAN1= htags.1 - -beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${GLOBAL_DIR}/htags/htags.pl ${DESTDIR}${BINDIR}/htags - -.include diff --git a/usr.bin/global/lib/Makefile b/usr.bin/global/lib/Makefile deleted file mode 100644 index ad6b48d8ecdb..000000000000 --- a/usr.bin/global/lib/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -GLOBAL_DIR= ${.CURDIR}/../../../contrib/global -.PATH: ${GLOBAL_DIR}/lib - -LIB= gloutil -SRCS= gtagsop.c tab.c strbuf.c mgets.c defined.c getdbpath.c \ - find.c dbop.c test.c makepath.c locatestring.c pathop.c \ - conf.c strmake.c usable.c token.c -NOPROFILE= noprofile -INTERNALLIB= true -INTERNALSTATICLIB= true - -.include diff --git a/usr.bin/global/systags/Makefile b/usr.bin/global/systags/Makefile deleted file mode 100644 index ed125c424c68..000000000000 --- a/usr.bin/global/systags/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ - -GLOBAL_DIR= ${.CURDIR}/../../../contrib/global -.PATH: ${GLOBAL_DIR}/systags - -NOOBJ= - -beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${GLOBAL_DIR}/systags/systags.sh ${DESTDIR}${BINDIR}/systags - -.include