diff options
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 9d74759073f..f4366693b4b 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,6 +1,10 @@ -# $NetBSD: Makefile,v 1.3 1998/09/11 19:04:47 tron Exp $ +# $NetBSD: Makefile,v 1.4 1998/09/27 23:12:20 hubertf Exp $ # +# To update the distfile of this pkg, cd to /usr/src/usr.sbin, +# "tar vcf pkg_install-YYYYMMDD.tar.gz pkg_install" and upload +# that file to ${MASTER_SITE_LOCAL}. + DISTNAME= pkg_install-19980911 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} |