cdrtools/man/man4/Makefile
2025-06-15 04:19:58 +08:00

15 lines
603 B
Makefile

#ident "%W% %E% %Q%"
###########################################################################
# Sample makefile for sub-makes in one directory
###########################################################################
SRCROOT= ../..
RULESDIR= RULES
include $(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################
MK_FILES= makefiles.mk makerules.mk
###########################################################################
include $(SRCROOT)/$(RULESDIR)/rules.mks
###########################################################################