13 lines
493 B
Makefile
13 lines
493 B
Makefile
|
#ident "%W% %E% %Q%"
|
||
|
###########################################################################
|
||
|
SRCROOT= ..
|
||
|
RULESDIR= RULES
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
||
|
###########################################################################
|
||
|
|
||
|
MK_FILES= libfind.mk libfind_p.mk $(NO_SHL)shlfind.mk
|
||
|
|
||
|
###########################################################################
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.mks
|
||
|
###########################################################################
|