13 lines
511 B
Makefile
13 lines
511 B
Makefile
#ident "@(#)Makefile 1.1 06/09/15 "
|
|
###########################################################################
|
|
SRCROOT= ..
|
|
RULESDIR= RULES
|
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
|
###########################################################################
|
|
|
|
MK_FILES= libdeflt.mk libdeflt_p.mk $(NO_SHL)shldeflt.mk
|
|
|
|
###########################################################################
|
|
include $(SRCROOT)/$(RULESDIR)/rules.mks
|
|
###########################################################################
|