cdrtools/libschily/strcatl.mk3
2025-06-15 04:19:58 +08:00

19 lines
678 B
Plaintext

#ident @(#)strcatl.mk3 1.1 15/04/26
###########################################################################
# Sample makefile for installing manual pages
###########################################################################
SRCROOT= ..
RULESDIR= RULES
include $(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################
MANDIR= man
TARGETMAN= strcatl
MANSECT= $(MANSECT_LIB)
MANSUFFIX= $(MANSUFF_LIB)
MANFILE= strcatl.3
###########################################################################
include $(SRCROOT)/$(RULESDIR)/rules.man
###########################################################################