13 lines
240 B
Makefile
13 lines
240 B
Makefile
include ${ROOT}/usr/include/make/commondefs
|
|
|
|
TARGETS=setmnt
|
|
LLDOPTS=-Wl,-I,$(ROOTRLDNAME)
|
|
|
|
default: ${TARGETS}
|
|
|
|
include ${COMMONRULES}
|
|
|
|
install: default
|
|
${INSTALL} -F /sbin ${TARGETS}
|
|
${INSTALL} -F /etc -lns ../sbin/${TARGETS} ${TARGETS}
|