Searched defs:FSLIB (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A DMakefile67 FSLIB= fslib.o macro
108 all: $(FSLIB) .WAIT $(SUBDIRS) .WAIT all_local
123 df: deffs.o $(FSLIB) $$(@F).o
124 $(LINK.c) -o $@ $@.o deffs.o $(FSLIB) $(LDLIBS)
131 mount: deffs.o mount.o $(FSLIB)
132 $(LINK.c) -o $@ mount.o deffs.o $(FSLIB) $(LDLIBS)
135 umount: umount.o $(FSLIB)
136 $(LINK.c) -o $@ umount.o $(FSLIB) $(LDLIBS)
143 install: $(FSLIB) .WAIT $(SUBDIRS) .WAIT install_local

Completed in 58 milliseconds