summaryrefslogtreecommitdiffstats
path: root/customdhcpcd/src/mk/dist.mk
diff options
context:
space:
mode:
Diffstat (limited to 'customdhcpcd/src/mk/dist.mk')
-rw-r--r--customdhcpcd/src/mk/dist.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/customdhcpcd/src/mk/dist.mk b/customdhcpcd/src/mk/dist.mk
deleted file mode 100644
index 1d3669d..0000000
--- a/customdhcpcd/src/mk/dist.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# rules to make a distribution tarball from a git repo
-# Copyright 2008 Roy Marples <roy@marples.name>
-
-GITREF?= HEAD
-DISTPREFIX?= ${PROG}-${VERSION}
-DISTFILE?= ${DISTPREFIX}.tar.bz2
-
-CLEANFILES+= ${DISTFILE}
-
-dist:
- git archive --prefix=${DISTPREFIX}/ ${GITREF} | bzip2 > ${DISTFILE}