summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/Makefile')
-rw-r--r--usr.sbin/pkg_install/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile
deleted file mode 100644
index 0aa1941..0000000
--- a/usr.sbin/pkg_install/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-.include <bsd.own.mk>
-
-SUBDIR= add create delete info updating version
-
-.include <bsd.subdir.mk>
-
-DATE!= grep PKG_INSTALL_VERSION ${.CURDIR}/Makefile.inc | sed 's|.*=||'
-
-distfile: clean
- @(cd ${.CURDIR}/..; \
- cp -r pkg_install pkg_install-${DATE}; \
- tar -czf pkg_install/pkg_install-${DATE}.tar.gz \
- --exclude .#* --exclude *~ --exclude CVS \
- --exclude .svn --exclude pkg_install-*.tar.gz \
- pkg_install-${DATE}; \
- rm -rf pkg_install-${DATE})
-
-
OpenPOWER on IntegriCloud