diff options
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 68d98d47712..965173be495 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2003/01/09 13:13:04 schmonz Exp $ +# $NetBSD: Makefile,v 1.66 2003/01/10 12:01:43 agc Exp $ # Notes to package maintainers: # @@ -30,6 +30,7 @@ NO_PATCH= # defined NO_MTREE= # defined NO_PKG_REGISTER= # defined NO_PACKAGE= Deinstallation is not permitted +PKG_PRESERVE= # defined .include "../../mk/bsd.prefs.mk" |