14 lines
539 B
Makefile
14 lines
539 B
Makefile
|
#ident @(#)Makefile 1.4 06/09/15
|
||
|
#ident "@(#)Makefile 1.5 06/07/21 "
|
||
|
###########################################################################
|
||
|
SRCROOT= ..
|
||
|
RULESDIR= RULES
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
||
|
###########################################################################
|
||
|
|
||
|
MK_FILES= libhfs.mk libhfs_p.mk $(NO_SHL)shlhfs.mk
|
||
|
|
||
|
###########################################################################
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.mks
|
||
|
###########################################################################
|