Changeset View
Changeset View
Standalone View
Standalone View
sys/conf/dtb.mk
| Show All 25 Lines | |||||
| # does not itself define the target install, the targets | # does not itself define the target install, the targets | ||||
| # beforeinstall and afterinstall may also be used to cause | # beforeinstall and afterinstall may also be used to cause | ||||
| # actions immediately before and after the install target | # actions immediately before and after the install target | ||||
| # is executed. | # is executed. | ||||
| # | # | ||||
| .include "dtb.build.mk" | .include "dtb.build.mk" | ||||
| PACKAGE?= dtb | |||||
| .if !target(install) && !target(realinstall) | .if !target(install) && !target(realinstall) | ||||
| all: ${DTB} ${DTBO} | all: ${DTB} ${DTBO} | ||||
| realinstall: _dtbinstall | realinstall: _dtbinstall | ||||
| .ORDER: beforeinstall _dtbinstall | .ORDER: beforeinstall _dtbinstall | ||||
| CLEANFILES+=${DTB} ${DTBO} | CLEANFILES+=${DTB} ${DTBO} | ||||
| .endif # !target(install) && !target(realinstall) | .endif # !target(install) && !target(realinstall) | ||||
| .include <bsd.dep.mk> | .include <bsd.dep.mk> | ||||
| .include <bsd.obj.mk> | .include <bsd.obj.mk> | ||||
| .include <bsd.links.mk> | .include <bsd.links.mk> | ||||