HomeSort by: relevance | last modified time | path
    Searched refs:PKG_CREATE (Results 1 - 2 of 2) sorted by relevancy

  /src/distrib/sets/
Makefile 40 PKG_CREATE=${TOOL_PKG_CREATE:Q} \
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 125 PKG_CREATE?= PKG_DBDIR=${PKG_DBDIR} ${PKG_TOOLS_BIN}/pkg_create
133 PKGTOOLS_VERSION!=${IDENT} ${PKG_TOOLS_BIN}/pkg_add ${PKG_TOOLS_BIN}/pkg_admin ${PKG_TOOLS_BIN}/pkg_create ${PKG_TOOLS_BIN}/pkg_delete ${PKG_TOOLS_BIN}/pkg_info | ${AWK} 'BEGIN {n = 0;}; $$1 ~ /\$$NetBSD/ && $$2 !~ /^crt0/ {gsub("/", "", $$4); if ($$4 > n) {n = $$4;}}; END {print n;}'
254 if ${PKG_CREATE} ${PKG_ARGS_BINPKG} ${PKGFILE}; then \
431 # (i.e. when calling for pkg_create args, and for fake-pkg)
504 # XXX This is intended to be run before pkg_create is called, so the
523 # XXX This is intended to be run before pkg_create is called, so the
585 ${PKG_CREATE} ${PKG_ARGS_INSTALL} -O ${PKGFILE} > ${PKG_DBDIR}/${PKGNAME}/+CONTENTS; \

Completed in 13 milliseconds