1
0
Files
irix-657m-src/eoe/cmd/sss/man/Makefile
2022-09-29 17:59:04 +03:00

18 lines
262 B
Makefile

#!smake
#
# Makefile for availmon's man pages
#
# ident "$Revision: 1.1 $"
include $(ROOT)/usr/include/make/commondefs
SUBDIRS= man1 man1m man5
default install $(COMMONTARGS): $(_FORCE)
$(SUBDIRS_MAKERULE)
$(SUBDIRS): $(_FORCE)
cd $@; $(MAKE)
$(_FORCE):