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