summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/tar/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/tar/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/tar/Makefile')
-rw-r--r--Utilities/cmlibarchive/tar/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/Utilities/cmlibarchive/tar/Makefile b/Utilities/cmlibarchive/tar/Makefile
deleted file mode 100644
index 73eb5ba..0000000
--- a/Utilities/cmlibarchive/tar/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $FreeBSD: src/usr.bin/tar/Makefile,v 1.40 2008/12/06 07:38:14 kientzle Exp $
-
-.PATH: ${.CURDIR}/../libarchive_fe
-
-PROG= bsdtar
-BSDTAR_VERSION_STRING=2.7.900a
-SRCS= bsdtar.c cmdline.c getdate.c read.c subst.c tree.c util.c write.c
-SRCS+= err.c line_reader.c matching.c pathmatch.c
-WARNS?= 5
-DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}
-LDADD= -larchive -lbz2 -lz -lmd -lcrypto
-CFLAGS+= -DBSDTAR_VERSION_STRING=\"${BSDTAR_VERSION_STRING}\"
-CFLAGS+= -DPLATFORM_CONFIG_H=\"config_freebsd.h\"
-CFLAGS+= -I"${.CURDIR}" -I"${.CURDIR}/../libarchive_fe"
-SYMLINKS= bsdtar ${BINDIR}/tar
-MLINKS= bsdtar.1 tar.1
-DEBUG_FLAGS=-g
-
-.PHONY: check test
-check test: $(PROG) bsdtar.1.gz
- cd ${.CURDIR}/test && make test
-
-.include <bsd.prog.mk>