Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-11 18:44:14 +0400
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-11 18:44:14 +0400
commit9cf675983a7c4bf69312f2c8eba585c79ed67d2d (patch)
tree867e537140d58cd0a5d8a4052c90ecc2788fc108 /src/libexec
parent615999f20243883fe2fdfbde722365bf8d0e5c1d (diff)
Remove now useless makefiles
Diffstat (limited to 'src/libexec')
-rw-r--r--src/libexec/poudriere/Makefile13
-rw-r--r--src/libexec/poudriere/cpdup/Makefile25
-rw-r--r--src/libexec/poudriere/dirempty/Makefile8
-rw-r--r--src/libexec/poudriere/dirwatch/Makefile8
-rw-r--r--src/libexec/poudriere/make_index/Makefile9
-rw-r--r--src/libexec/poudriere/rename/Makefile8
6 files changed, 0 insertions, 71 deletions
diff --git a/src/libexec/poudriere/Makefile b/src/libexec/poudriere/Makefile
deleted file mode 100644
index f26c50e8..00000000
--- a/src/libexec/poudriere/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-SUBDIR= dirempty dirwatch rename
-
-.if !defined(DRAGONFLY)
-SUBDIR+= make_index cpdup
-.endif
-
-PREFIX?= /usr/local
-BINDIR= ${PREFIX}/libexec/poudriere
-
-beforeinstall:
- mkdir -p ${DESTDIR}${BINDIR}
-
-.include <bsd.subdir.mk>
diff --git a/src/libexec/poudriere/cpdup/Makefile b/src/libexec/poudriere/cpdup/Makefile
deleted file mode 100644
index c0d7e59f..00000000
--- a/src/libexec/poudriere/cpdup/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $DragonFly: src/bin/cpdup/Makefile,v 1.7 2008/04/10 22:09:08 dillon Exp $
-#
-
-PREFIX?= /usr/local
-BINDIR= ${PREFIX}/libexec/poudriere
-
-PROG= cpdup
-SRCS= cpdup.c hcproto.c hclink.c misc.c fsmid.c
-
-NO_MAN= yes
-
-.if defined(.FreeBSD)
-CFLAGS += -D_ST_FLAGS_PRESENT_=1
-WARNS?= 6
-.endif
-
-.if !defined(NOMD5)
-SRCS+= md5.c
-.endif
-
-LDADD+= -lmd
-DPADD+= ${LIBMD}
-
-.include <bsd.prog.mk>
-
diff --git a/src/libexec/poudriere/dirempty/Makefile b/src/libexec/poudriere/dirempty/Makefile
deleted file mode 100644
index 63b75385..00000000
--- a/src/libexec/poudriere/dirempty/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-PREFIX?= /usr/local
-BINDIR= ${PREFIX}/libexec/poudriere
-
-PROG= dirempty
-NO_MAN= yes
-WARNS= 6
-
-.include <bsd.prog.mk>
diff --git a/src/libexec/poudriere/dirwatch/Makefile b/src/libexec/poudriere/dirwatch/Makefile
deleted file mode 100644
index 43603b89..00000000
--- a/src/libexec/poudriere/dirwatch/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-PREFIX?= /usr/local
-BINDIR= ${PREFIX}/libexec/poudriere
-
-PROG= dirwatch
-NO_MAN= yes
-WARNS= 6
-
-.include <bsd.prog.mk>
diff --git a/src/libexec/poudriere/make_index/Makefile b/src/libexec/poudriere/make_index/Makefile
deleted file mode 100644
index 5f1912ec..00000000
--- a/src/libexec/poudriere/make_index/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-PREFIX?= /usr/local
-BINDIR= ${PREFIX}/libexec/poudriere
-
-PROG= make_index
-NO_MAN= yes
-LDADD= -lsbuf -ljail
-WARNS= 6
-
-.include <bsd.prog.mk>
diff --git a/src/libexec/poudriere/rename/Makefile b/src/libexec/poudriere/rename/Makefile
deleted file mode 100644
index aa7c73d5..00000000
--- a/src/libexec/poudriere/rename/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-PREFIX?= /usr/local
-BINDIR= ${PREFIX}/libexec/poudriere
-
-PROG= rename
-NO_MAN= yes
-WARNS= 6
-
-.include <bsd.prog.mk>