Lines Matching refs:Install
33 # keep bsd.own.mk from generating an install: target.
86 # Set PKG_INSTALL_FILE to be the name of any INSTALL file
87 .if !defined(PKG_INSTALL_FILE) && exists(${PKGDIR}/INSTALL)
88 PKG_INSTALL_FILE= ${PKGDIR}/INSTALL
227 # These are the body of the build/install framework. If you are
401 # Install binary pkg, without strict uptodate-check first
403 bin-install:
472 # install package cookie
483 .if !target(install-depends)
484 install-depends:
598 ${CP} ${PKG_INSTALL_FILE} ${PKG_DBDIR}/${PKGNAME}/+INSTALL; \
642 # the habit of typing `${MAKE} depend all install' as a matter of course.