summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorjmmv <jmmv@NetBSD.org>2009-01-19 07:08:14 +0000
committerjmmv <jmmv@NetBSD.org>2009-01-19 07:08:14 +0000
commit0cdcf7cea65e81fba8c1f316cd1141a6ff669c18 (patch)
tree4d743667d72eda87b8e68aa2c44fca4032e4d2c2 /libexec
parent2e51a772b32893921b99424a86f0bd8cb86484cd (diff)
Remove ATF 0.5 from dist/atf and all of the reachover Makefiles used to
build it. 0.6 is going to be imported in external/bsd/atf, with all the necessary Makefiles in that same hierarchy.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/Makefile6
-rw-r--r--libexec/atf-cleanup/Makefile17
-rw-r--r--libexec/atf-exec/Makefile17
-rw-r--r--libexec/atf-format/Makefile17
-rw-r--r--libexec/atf-killpg/Makefile17
5 files changed, 1 insertions, 73 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 63d96d0bbf9..b9a66fb54ee 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2008/08/16 23:51:15 gmcgarry Exp $
+# $NetBSD: Makefile,v 1.59 2009/01/19 07:08:27 jmmv Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
.include <bsd.own.mk>
@@ -9,10 +9,6 @@ SUBDIR= atrun \
rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
rpc.sprayd talkd telnetd tftpd utmp_update
-.if (${MKATF} != "no")
-SUBDIR+= atf-cleanup atf-exec atf-format atf-killpg
-.endif
-
.if (${MKKERBEROS} != "no")
# Heimdal/KTH Kerberos
SUBDIR+= hpropd kadmind kpasswdd ipropd-master ipropd-slave
diff --git a/libexec/atf-cleanup/Makefile b/libexec/atf-cleanup/Makefile
deleted file mode 100644
index 42281a06a90..00000000000
--- a/libexec/atf-cleanup/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2008/05/01 15:35:14 jmmv Exp $
-
-.include <bsd.own.mk>
-
-SRCDIR= ${NETBSDSRCDIR}/dist/atf
-.PATH: ${SRCDIR}/tools
-
-BINDIR= /usr/libexec
-PROG_CXX= atf-cleanup
-SRCS= atf-cleanup.cpp
-MAN= atf-cleanup.1
-
-LDADD+= -latf-c++ -latf-c
-
-WARNS?= 2
-
-.include <bsd.prog.mk>
diff --git a/libexec/atf-exec/Makefile b/libexec/atf-exec/Makefile
deleted file mode 100644
index 71fd1e7164b..00000000000
--- a/libexec/atf-exec/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2008/05/01 15:35:14 jmmv Exp $
-
-.include <bsd.own.mk>
-
-SRCDIR= ${NETBSDSRCDIR}/dist/atf
-.PATH: ${SRCDIR}/tools
-
-BINDIR= /usr/libexec
-PROG_CXX= atf-exec
-SRCS= atf-exec.cpp
-MAN= atf-exec.1
-
-LDADD+= -latf-c++ -latf-c
-
-WARNS?= 2
-
-.include <bsd.prog.mk>
diff --git a/libexec/atf-format/Makefile b/libexec/atf-format/Makefile
deleted file mode 100644
index 9d3abde4f60..00000000000
--- a/libexec/atf-format/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2008/05/01 15:35:14 jmmv Exp $
-
-.include <bsd.own.mk>
-
-SRCDIR= ${NETBSDSRCDIR}/dist/atf
-.PATH: ${SRCDIR}/tools
-
-BINDIR= /usr/libexec
-PROG_CXX= atf-format
-SRCS= atf-format.cpp
-MAN= atf-format.1
-
-LDADD+= -latf-c++ -latf-c
-
-WARNS?= 2
-
-.include <bsd.prog.mk>
diff --git a/libexec/atf-killpg/Makefile b/libexec/atf-killpg/Makefile
deleted file mode 100644
index 3da280c3954..00000000000
--- a/libexec/atf-killpg/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2008/05/01 15:35:14 jmmv Exp $
-
-.include <bsd.own.mk>
-
-SRCDIR= ${NETBSDSRCDIR}/dist/atf
-.PATH: ${SRCDIR}/tools
-
-BINDIR= /usr/libexec
-PROG_CXX= atf-killpg
-SRCS= atf-killpg.cpp
-MAN= atf-killpg.1
-
-LDADD+= -latf-c++ -latf-c
-
-WARNS?= 2
-
-.include <bsd.prog.mk>