summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/Makefile
blob: c8e4084ab4834d51bb5192580d7ddd14d342038c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
OpenPOWER on IntegriCloud