blob: 5811fc70a3d324837cd4d3ba9a0d2a0b46a0ff54 [file] [log] [blame]
#
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
SUBDIRS = man8
default : $(SUBDIRS)
install : $(addsuffix -install,$(SUBDIRS))
install-dev : $(addsuffix -install-dev,$(SUBDIRS))
%-install:
$(MAKE) -C $* install
%-install-dev:
$(MAKE) -C $* install-dev
include $(BUILDRULES)