13 lines
511 B
Makefile
13 lines
511 B
Makefile
#ident "@(#)Makefile 1.3 09/08/01 "
|
|
###########################################################################
|
|
SRCROOT= ..
|
|
RULESDIR= RULES
|
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
|
###########################################################################
|
|
|
|
MK_FILES= mdigest.mk mdigest_p.mk $(NO_SHL)shlmdigest.mk
|
|
|
|
###########################################################################
|
|
include $(SRCROOT)/$(RULESDIR)/rules.mks
|
|
###########################################################################
|