Home
last modified time | relevance | path

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

/xv6-public/
H A DMakefile146 ULIB = ulib.o usys.o printf.o umalloc.o macro
148 _%: %.o $(ULIB)
153 _forktest: forktest.o $(ULIB)