Home
last modified time | relevance | path

Searched refs:SUBDIRS (Results 1 – 25 of 137) sorted by relevance

123456

/freebsd-13-stable/contrib/sendmail/
HDMakefile4 SUBDIRS= libsm libsmutil libsmdb sendmail editmap mail.local \ macro
11 @for x in $(SUBDIRS); \
18 @for x in $(SUBDIRS); \
25 @for x in $(SUBDIRS); \
32 @for x in $(SUBDIRS); \
39 @for x in $(SUBDIRS); \
45 $(SUBDIRS): FRC
/freebsd-13-stable/contrib/wpa/src/
HDMakefile1 SUBDIRS=ap common crypto drivers eapol_auth eapol_supp eap_common eap_peer eap_server l2_packet p2p… macro
2 SUBDIRS += fst
5 for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d; done
8 $(Q)for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d clean; done
12 for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d install; done
/freebsd-13-stable/sys/contrib/openzfs/cmd/
HDMakefile.am3 SUBDIRS = zfs zpool zdb zhack zinject zstream ztest macro
4 SUBDIRS += fsck_zfs vdev_id raidz_test zfs_ids_to_path
5 SUBDIRS += zpool_influxdb
14 SUBDIRS += arcstat arc_summary dbufstat
18 SUBDIRS += mount_zfs zed zgenhostid zvol_id zvol_wait
/freebsd-13-stable/sys/contrib/openzfs/lib/
HDMakefile.am3 SUBDIRS = libavl libicp libshare libspl libtpool libzstd macro
8 SUBDIRS += libefi
14 SUBDIRS += libnvpair
17 SUBDIRS += libzutil libunicode
22 SUBDIRS += $(DISTLIBS)
/freebsd-13-stable/contrib/libxo/tests/
HDMakefile.am9 SUBDIRS = core xo macro
12 SUBDIRS += gettext
16 @(cur=`pwd` ; for dir in $(SUBDIRS) ; do \
23 @(cur=`pwd` ; for dir in $(SUBDIRS) ; do \
/freebsd-13-stable/contrib/openpam/bin/
HDMakefile.am1 SUBDIRS = openpam_dump_policy macro
4 SUBDIRS += pamtest
8 SUBDIRS += su
/freebsd-13-stable/contrib/tnftp/
HDMakefile.am3 SUBDIRS = libnetbsd macro
6 SUBDIRS += libedit
9 SUBDIRS += src
/freebsd-13-stable/contrib/openbsm/
HDMakefile.am1 SUBDIRS = \ macro
5 SUBDIRS += \
9 SUBDIRS += \
/freebsd-13-stable/sys/contrib/openzfs/contrib/
HDMakefile.am3 SUBDIRS = bash_completion.d pyzfs zcp macro
5 SUBDIRS += bpftrace dracut initramfs
8 SUBDIRS += pam_zfs_key
/freebsd-13-stable/contrib/openpam/
HDMakefile.am3 SUBDIRS = misc include lib bin modules macro
6 SUBDIRS += doc
9 SUBDIRS += t
/freebsd-13-stable/contrib/expat/
HDMakefile.am46 SUBDIRS = lib # lib goes first to build first macro
48 SUBDIRS += examples
51 SUBDIRS += tests
54 SUBDIRS += xmlwf doc
/freebsd-13-stable/crypto/heimdal/
HDMakefile.am9 SUBDIRS= include base lib kuser kdc admin kadmin kpasswd macro
10 SUBDIRS+= $(kcm_dir) appl tools tests packages etc po
13 SUBDIRS+= doc
/freebsd-13-stable/contrib/openpam/lib/
HDMakefile.am1 SUBDIRS = macro
4 SUBDIRS += libpam
/freebsd-13-stable/contrib/openpam/modules/
HDMakefile.am1 SUBDIRS = pam_deny pam_permit pam_return macro
4 SUBDIRS += pam_unix
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/os/
HDMakefile.am2 SUBDIRS = freebsd macro
6 SUBDIRS = linux macro
/freebsd-13-stable/sys/contrib/openzfs/include/os/
HDMakefile.am2 SUBDIRS = linux macro
5 SUBDIRS = freebsd macro
/freebsd-13-stable/contrib/openbsm/bin/
HDMakefile.am1 SUBDIRS = \ macro
8 SUBDIRS += \
/freebsd-13-stable/sys/contrib/openzfs/contrib/dracut/
HDMakefile.am3 SUBDIRS = 02zfsexpandknowledge 90zfs macro
4 SHELLCHECKDIRS = $(SUBDIRS)
/freebsd-13-stable/sys/contrib/openzfs/contrib/initramfs/scripts/
HDMakefile.am8 SUBDIRS = local-top macro
11 SHELLCHECKDIRS = $(SUBDIRS)
/freebsd-13-stable/sys/contrib/openzfs/etc/
HDMakefile.am3 SUBDIRS = zfs sudoers.d macro
7 SUBDIRS += default $(ZFS_INIT_SYSTEMD) $(ZFS_INIT_SYSV) $(ZFS_MODULE_LOAD)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/
HDMakefile.am3 SUBDIRS = \ macro
35 SUBDIRS += \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/
HDMakefile.am1 SUBDIRS = \ macro
90 SUBDIRS += \
/freebsd-13-stable/sys/contrib/openzfs/
HDMakefile.am5 SUBDIRS = include macro
7 SUBDIRS += rpm
11 SUBDIRS += man scripts lib tests cmd etc contrib
13 SUBDIRS += udev
17 SUBDIRS += module
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/
HDMakefile.am6 SUBDIRS = zed.d macro
7 SHELLCHECKDIRS = $(SUBDIRS)
/freebsd-13-stable/contrib/ntp/sntp/libopts/
HDREADME37 SUBDIRS += $(LIBOPTS_DIR)
41 need. The SUBDIRS must be properly ordered. *PLEASE NOTE* it is
42 crucial that the SUBDIRS be set under the control of an automake
44 possible values of SUBDIRS. It's a magical name with magical

123456