#ident "$Revision: 1.10 $"

include $(ROOT)/usr/include/make/commondefs

TARGETS=kill

default:$(TARGETS)

include $(COMMONRULES)

install: default
	${INSTALL} -F /usr/bin $(TARGETS)
