4 .if
${.OBJDIR
} == ${.CURDIR
}
17 .if target
(__
<bsd.obj.mk
>__
)
19 .if
${CANONICALOBJDIR} != ${.CURDIR
} && exists
(${CANONICALOBJDIR}/)
20 @
rm -rf
${CANONICALOBJDIR}
22 @if
[ -L
${.CURDIR
}/obj
]; then
rm -f
${.CURDIR
}/obj
; fi
23 .if defined
(CLEANFILES
) && !empty
(CLEANFILES
)
26 .if defined
(CLEANDIRS
) && !empty
(CLEANDIRS
)
32 .if
!target
(beforeinstall
)
35 .if
!target
(afterinstall
)
39 install: install-message check-categories check-conflicts \
40 run-depends lib-depends pre-install pre-install-script \
41 generate-plist check-already-installed \
42 check-umask install-mtree pre-su-install \
43 pre-su-install-script \
44 beforeinstall realinstall afterinstall \
45 add-plist-info post-install post-install-script \
46 compress-man run-ldconfig fake-pkg
48 .
include <bsd.port.mk
>