summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/cpio/Makefile
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-11-03 15:21:50 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-11-03 15:21:50 (GMT)
commitb9e88cd4c8ed6f0e4e0fd05f1e01694cba906b6c (patch)
treed4f8559db5e4a2cd9ad98965ac21648842d5632e /Utilities/cmlibarchive/cpio/Makefile
parent78b2d5097cc3b5d96f67d3f90ca92f7418043bc0 (diff)
downloadCMake-b9e88cd4c8ed6f0e4e0fd05f1e01694cba906b6c.zip
CMake-b9e88cd4c8ed6f0e4e0fd05f1e01694cba906b6c.tar.gz
CMake-b9e88cd4c8ed6f0e4e0fd05f1e01694cba906b6c.tar.bz2
remove makefiles as they cause the in source build test of cmake to fail
Diffstat (limited to 'Utilities/cmlibarchive/cpio/Makefile')
-rw-r--r--Utilities/cmlibarchive/cpio/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/Utilities/cmlibarchive/cpio/Makefile b/Utilities/cmlibarchive/cpio/Makefile
deleted file mode 100644
index d575821..0000000
--- a/Utilities/cmlibarchive/cpio/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $FreeBSD: src/usr.bin/cpio/Makefile,v 1.6 2008/12/06 07:30:40 kientzle Exp $
-
-.include <bsd.own.mk>
-.PATH: ${.CURDIR}/../libarchive_fe
-
-PROG= bsdcpio
-BSDCPIO_VERSION_STRING=2.7.900a
-SRCS= cpio.c cmdline.c err.c line_reader.c matching.c pathmatch.c
-WARNS?= 6
-DPADD= ${LIBARCHIVE} ${LIBZ} ${LIBBZ2}
-CFLAGS+= -DBSDCPIO_VERSION_STRING=\"${BSDCPIO_VERSION_STRING}\"
-CFLAGS+= -DPLATFORM_CONFIG_H=\"config_freebsd.h\"
-CFLAGS+= -I../libarchive_fe -I${.CURDIR}
-LDADD+= -larchive -lz -lbz2 -lmd -lcrypto
-
-.if ${MK_GNU_CPIO} != "yes"
-SYMLINKS=bsdcpio ${BINDIR}/cpio
-MLINKS= bsdcpio.1 cpio.1
-.endif
-
-.PHONY: check test
-
-check test: $(PROG) bsdcpio.1.gz
- cd ${.CURDIR}/test && make clean test
-
-.include <bsd.prog.mk>