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