Changeset View
Changeset View
Standalone View
Standalone View
sys/boot/uboot/lib/Makefile
| Show All 40 Lines | |||||
| CFLAGS+= -DDISK_DEBUG | CFLAGS+= -DDISK_DEBUG | ||||
| .endif | .endif | ||||
| machine: | machine: | ||||
| ln -sf ${.CURDIR}/../../../${MACHINE_CPUARCH}/include machine | ln -sf ${.CURDIR}/../../../${MACHINE_CPUARCH}/include machine | ||||
| CLEANFILES+= machine | CLEANFILES+= machine | ||||
| .include <bsd.stand.mk> | |||||
| .include <bsd.lib.mk> | .include <bsd.lib.mk> | ||||
| beforedepend ${OBJS}: machine | beforedepend ${OBJS}: machine | ||||