Makefile revision a9478106a12424322498e53cf7cd75bd8a4d6004
0N/A#
0N/A# This file and its contents are supplied under the terms of the
0N/A# Common Development and Distribution License ("CDDL"), version 1.0.
0N/A# You may only use this file in accordance with the terms of version
935N/A# 1.0 of the CDDL.
0N/A#
0N/A# A full copy of the text of the CDDL should have accompanied this
919N/A# source. A copy of the CDDL is also available via the Internet
919N/A# at http://www.illumos.org/license/CDDL.
919N/A#
919N/A
919N/A#
919N/A# Copyright 2011, Richard Lowe
919N/A# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
919N/A#
919N/A
919N/ASUBDIRS= man1 \
919N/A man1b \
919N/A man1c \
919N/A man1has \
919N/A man1m \
919N/A man2 \
919N/A man3 \
919N/A man3bsm \
0N/A man3c \
0N/A man3c_db \
0N/A man3cfgadm \
156N/A man3commputil \
493N/A man3contract \
0N/A man3cpc \
970N/A man3curses \
970N/A man3dat \
970N/A man3devid \
970N/A man3devinfo \
970N/A man3dlpi \
970N/A man3dns_sd \
970N/A man3elf \
970N/A man3exacct \
970N/A man3ext \
970N/A man3fcoe \
970N/A man3fstyp \
970N/A man3gen \
970N/A man3gss \
970N/A man3head \
970N/A man3iscsit \
970N/A man3kstat \
970N/A man3kvm \
970N/A man3ldap \
970N/A man3lgrp \
970N/A man3lib \
970N/A man3libucb \
970N/A man3mail \
970N/A man3malloc \
970N/A man3mp \
970N/A man3mpapi \
0N/A man3nsl \
950N/A man3nvpair \
0N/A man3pam \
911N/A man3papi \
950N/A man3perl \
950N/A man3picl \
911N/A man3picltree \
0N/A man3pool \
493N/A man3proc \
493N/A man3project \
156N/A man3resolv \
0N/A man3rpc \
0N/A man3rsm \
156N/A man3sasl \
156N/A man3scf \
0N/A man3sec \
0N/A man3secdb \
950N/A man3sip \
950N/A man3slp \
950N/A man3socket \
950N/A man3stmf \
950N/A man3sysevent \
950N/A man3tecla \
950N/A man3tnf \
364N/A man3tsol \
156N/A man3ucb \
156N/A man3uuid \
0N/A man3volmgt \
591N/A man3xcurses \
947N/A man3xnet \
947N/A man4 \
591N/A man5 \
591N/A man7 \
591N/A man7d \
947N/A man7fs \
947N/A man7i \
947N/A man7ipp \
947N/A man7m \
947N/A man7p \
947N/A man9 \
947N/A man9e \
947N/A man9f \
947N/A man9p \
947N/A man9s
947N/A
947N/A.PARALLEL: $(SUBDIRS)
947N/A
947N/Aall := TARGET = all
947N/Aclean := TARGET = clean
947N/Aclobber := TARGET = clobber
0N/Ainstall := TARGET = install
156N/A
493N/Aall clean clobber install: $(SUBDIRS)
493N/A
156N/A$(SUBDIRS): FRC
493N/A @cd $@; pwd; $(MAKE) $(TARGET)
493N/A
837N/AFRC:
837N/A