1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

Delete obsoleted *dist targets.

This commit is contained in:
Jordan K. Hubbard 1994-09-13 10:20:37 +00:00
parent 74650bd888
commit e6da2877bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2725

View File

@ -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