Current Path : /usr/src/usr.sbin/pkg_install/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/usr.sbin/pkg_install/Makefile |
# $FreeBSD: release/9.1.0/usr.sbin/pkg_install/Makefile 222035 2011-05-17 19:11:47Z flz $ .include <bsd.own.mk> SUBDIR= lib add create delete info updating version .include <bsd.subdir.mk> DATE!= grep PKG_INSTALL_VERSION ${.CURDIR}/lib/lib.h | 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})