4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
23 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 # Copyright 2017 Nexenta Systems, Inc.
28 include ../Makefile.master
31 # Commands providing manifests must offer a check target. A recursive check
32 # target across all commands directories is not currently provided.
84 cmd-inet/usr.lib/ilbd \
85 cmd-inet/usr.lib/in.chargend \
86 cmd-inet/usr.lib/in.daytimed \
87 cmd-inet/usr.lib/in.discardd \
88 cmd-inet/usr.lib/in.echod \
89 cmd-inet/usr.lib/in.ndpd \
90 cmd-inet/usr.lib/in.ripngd \
91 cmd-inet/usr.lib/in.timed \
92 cmd-inet/usr.lib/inetd \
93 cmd-inet/usr.lib/mdnsd \
94 cmd-inet/usr.lib/slpd \
95 cmd-inet/usr.lib/vrrpd \
96 cmd-inet/usr.lib/wpad \
98 cmd-inet/usr.sbin/in.rdisc \
99 cmd-inet/usr.sbin/in.routed \
100 cmd-inet/usr.sbin/in.talkd \
101 cmd-inet/usr.sbin/ipsecutils \
102 cmd-inet/usr.sbin/kssl/ksslcfg \
103 cmd-inet/usr.sbin/routeadm \
110 hal/addons/network-devices \
124 print/bsd-sysv-commands \
127 rpcsvc/rpc.bootparamd \
148 # Manifests cannot be checked in parallel, because we are using the global
149 # repository that is in $(SRC)/cmd/svc/seed/global.db. This is a
150 # repository that is built from the manifests in this workspace, whereas
151 # the build machine's repository may be out of sync with these manifests.
152 # Because we are using a private repository, svccfg-native must start up a
153 # private copy of configd-native. We cannot have multiple copies of
154 # configd-native trying to access global.db simultaneously.
158 check: svccfg_check $(MANIFEST_TOPDIRS) $(MANIFEST_SUBDIRS) $(MISC_SUBDIRS)
161 @$(ECHO) "building requirements for svccfg check ..."; \
162 (cd $(SRC)/cmd/svc/seed && pwd && $(MAKE) $(MFLAGS) global.db)
164 $(MANIFEST_TOPDIRS) $(MANIFEST_SUBDIRS) $(MISC_SUBDIRS): FRC
165 @cd $@; pwd; $(MAKE) check