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

  /src/distrib/syspkg/mk/
bsd.syspkg.mk 91 # Set PKG_DEINSTALL_FILE to be the name of any DEINSTALL file
92 .if !defined(PKG_DEINSTALL_FILE) && exists(${PKGDIR}/DEINSTALL)
93 PKG_DEINSTALL_FILE= ${PKGDIR}/DEINSTALL
335 # Deinstall
339 .if !target(deinstall)
340 deinstall: real-deinstall target
345 real-su-deinstall-flags+= -r -R
348 real-su-deinstall-flags+= -r
352 real-su-deinstall-flags+= -
    [all...]
bsd.syspkg.mk 91 # Set PKG_DEINSTALL_FILE to be the name of any DEINSTALL file
92 .if !defined(PKG_DEINSTALL_FILE) && exists(${PKGDIR}/DEINSTALL)
93 PKG_DEINSTALL_FILE= ${PKGDIR}/DEINSTALL
335 # Deinstall
339 .if !target(deinstall)
340 deinstall: real-deinstall target
345 real-su-deinstall-flags+= -r -R
348 real-su-deinstall-flags+= -r
352 real-su-deinstall-flags+= -
    [all...]

Completed in 22 milliseconds