13 lines
180 B
Makefile
13 lines
180 B
Makefile
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
TARGETS=chacl
|
|
LCOPTS=-fullwarn
|
|
LLDLIBS=
|
|
|
|
default: $(TARGETS)
|
|
|
|
include $(COMMONRULES)
|
|
|
|
install: default
|
|
$(INSTALL) -F /sbin $(TARGETS)
|