diff options
author | tv <tv> | 1999-03-16 15:42:59 +0000 |
---|---|---|
committer | tv <tv> | 1999-03-16 15:42:59 +0000 |
commit | c5190ac761c16432f52e45ac071c00ccfcf1421e (patch) | |
tree | 4e474be97c81b4767e97126b2cd6f9b129214b35 /pkgtools/pkg_install/Makefile | |
parent | 7288e98c18f5f03ae47f4e2eedc4f237838953b3 (diff) | |
download | pkgsrc-c5190ac761c16432f52e45ac071c00ccfcf1421e.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/Makefile')
-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 |