14 lines
203 B
Makefile
14 lines
203 B
Makefile
#ident "$Revision: 1.6 $"
|
|
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
TARGETS=mpadmin
|
|
LCOPTS=-fullwarn
|
|
|
|
default:$(TARGETS)
|
|
|
|
include $(COMMONRULES)
|
|
|
|
install: default
|
|
${INSTALL} -F /usr/sbin $(TARGETS)
|