Home
last modified time | relevance | path

Searched refs:UTILS_SRC (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/boot/installboot/
H A DMakefile27 UTILS_SRC =./../common/boot_utils.c macro
31 SRCS= installboot.c $(UTILS_SRC) $(EINFO_SRC) $(EXTRA_SRC)
53 boot_utils.o: $(UTILS_SRC)
54 $(COMPILE.c) -o $@ $(UTILS_SRC)
/titanic_41/usr/src/cmd/boot/installgrub/
H A DMakefile29 UTILS_SRC =./../common/boot_utils.c macro
33 SRCS= installgrub.c pcfs_glue.c $(PCFS_SRC) $(UTILS_SRC) $(EINFO_SRC) \
74 boot_utils.o: $(UTILS_SRC)
75 $(COMPILE.c) -o $@ $(UTILS_SRC)