diff options
author | tv <tv@pkgsrc.org> | 1999-03-16 15:42:59 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-03-16 15:42:59 +0000 |
commit | 1f26cde61976eb99f2fc46ab3b0f4844f9cc4edf (patch) | |
tree | 4e474be97c81b4767e97126b2cd6f9b129214b35 /pkgtools/pkg_install | |
parent | c9bbd781e07a168892739db156b12b917e206fae (diff) | |
download | pkgsrc-1f26cde61976eb99f2fc46ab3b0f4844f9cc4edf.tar.gz |
This is pkgsrc, not the main tree; lint and depend only add useless extra
to the compile time.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 5b91108a234..d6aaf140641 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/03/13 03:47:49 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 1999/03/16 15:42:59 tv Exp $ # # Note to package maintainers: @@ -19,8 +19,7 @@ HOMEPAGE= http://www.netbsd.org/ LOCALBASE= /usr PREFIX= ${LOCALBASE} WRKSRC= ${WRKDIR}/pkg_install -ALL_TARGET= depend all -MAKE_ENV+= BINDIR=/usr/sbin MANDIR=/usr/share/man +MAKE_ENV+= BINDIR=/usr/sbin MANDIR=/usr/share/man NOLINT=1 NO_MTREE= yes NO_PKG_REGISTER= yes NO_PACKAGE= No package registration is done |