13 lines
186 B
Makefile
Executable File
13 lines
186 B
Makefile
Executable File
#ident "$Revision: 1.1 $"
|
|
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
TARGETS=priocntl
|
|
|
|
default:$(TARGETS)
|
|
|
|
include $(COMMONRULES)
|
|
|
|
install: default
|
|
$(INSTALL) -F /usr/bin $(TARGETS)
|