diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-13 10:20:37 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-13 10:20:37 +0000 |
| commit | e6da2877bd40d604e49c809b3dd3948294052b8d (patch) | |
| tree | e08aff780a37beac6cd112d6900a55d713bd60af | |
| parent | 74650bd8880ab775e5f52dfdda49d9f5dba4ddc6 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pkg_install/Makefile | 13 |
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 |
