Changeset View
Changeset View
Standalone View
Standalone View
share/mk/bsd.subdir.mk
| Show All 35 Lines | |||||
| __<bsd.subdir.mk>__: | __<bsd.subdir.mk>__: | ||||
| .if ${MK_AUTO_OBJ} == "no" | .if ${MK_AUTO_OBJ} == "no" | ||||
| _obj= obj | _obj= obj | ||||
| .endif | .endif | ||||
| SUBDIR_TARGETS+= \ | SUBDIR_TARGETS+= \ | ||||
| all all-man analyze buildconfig buildfiles buildincludes \ | all all-man analyze buildconfig buildfiles buildincludes \ | ||||
| checkdpadd clean cleandepend cleandir cleanilinks \ | checkdpadd check-symbols \ | ||||
| clean cleandepend cleandir cleanilinks \ | |||||
| cleanobj depend distribute files includes installconfig \ | cleanobj depend distribute files includes installconfig \ | ||||
| installdirs \ | installdirs \ | ||||
| installfiles installincludes print-dir realinstall \ | installfiles installincludes print-dir realinstall \ | ||||
| maninstall manlint ${_obj} objlink tags \ | maninstall manlint ${_obj} objlink tags \ | ||||
| # Described above. | # Described above. | ||||
| STANDALONE_SUBDIR_TARGETS+= \ | STANDALONE_SUBDIR_TARGETS+= \ | ||||
| all-man buildconfig buildfiles buildincludes check checkdpadd \ | all-man buildconfig buildfiles buildincludes check checkdpadd \ | ||||
| ▲ Show 20 Lines • Show All 157 Lines • Show Last 20 Lines | |||||