#
# @(#)Makefile 1.41 89/10/05 SMI;
#

include ../Makefile.master

ROOTMAN=	$(ROOT)/usr/man
SUBDIRS= 	man1 man1m man3n man4 man4n
ROOTDIRS=       $(SUBDIRS:%=$(ROOTMAN)/%)

all:=		TARGET= all
install:=	TARGET= install
install_h:=	TARGET= install_h
clean:=		TARGET= clean
clobber:=	TARGET= clobber
lint:=		TARGET= lint

.KEEP_STATE:

all install clean clobber lint: $(ROOTDIRS) $(SUBDIRS)

$(ROOTDIRS):
	$(INS.dir)

$(SUBDIRS): FRC
	@cd $@; pwd; $(MAKE) -e $(TARGET)

FRC:

