14 lines
257 B
Makefile
14 lines
257 B
Makefile
# $Revision: 1.1 $
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
TARGETS=mkfs
|
|
LLDOPTS=-Wl,-I,$(ROOTRLDNAME)
|
|
|
|
default: $(TARGETS)
|
|
|
|
include $(COMMONRULES)
|
|
|
|
install: default
|
|
${INSTALL} -F /sbin $(TARGETS)
|
|
${INSTALL} -F /etc -lns ../sbin/$(TARGETS) $(TARGETS)
|