summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pkg_install/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile
index c8e4084ab483..37a1f05783a6 100644
--- a/usr.sbin/pkg_install/Makefile
+++ b/usr.sbin/pkg_install/Makefile
@@ -1,16 +1,3 @@
SUBDIR=lib add create delete info
.include <bsd.subdir.mk>
-
-dists: bin_dist
-
-bin_dist: all install
- tar czf pkg_install.tar.gz -C / \
- usr/local/bin/pkg_add \
- usr/local/bin/pkg_create \
- usr/local/bin/pkg_delete \
- usr/local/bin/pkg_info \
- usr/local/man/man1/pkg_add.1 \
- usr/local/man/man1/pkg_create.1 \
- usr/local/man/man1/pkg_delete.1 \
- usr/local/man/man1/pkg_info.1