15 lines
271 B
Makefile
15 lines
271 B
Makefile
#ident "$Revision: 1.3 $"
|
|
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
LLDOPTS=-Wl,-I,$(ROOTRLDNAME)
|
|
|
|
TARGETS=nice
|
|
|
|
default:$(TARGETS)
|
|
|
|
include $(COMMONRULES)
|
|
|
|
install: default
|
|
${INSTALL} -F /sbin $(TARGETS)
|
|
$(INSTALL) -F /usr/bin -lns ../../sbin/$(TARGETS) $(TARGETS)
|