Makefile.check (4e762ae71a675489e308ef67b9c4f35fa31042da) | Makefile.check (786d1eec1cd1cac7e26243d118cd209e84bc6bb9) |
---|---|
1# 2# CDDL HEADER START 3# 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. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 6 unchanged lines hidden (view full) --- 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] 18# 19# CDDL HEADER END 20# 21 22# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. | 1# 2# CDDL HEADER START 3# 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. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 6 unchanged lines hidden (view full) --- 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] 18# 19# CDDL HEADER END 20# 21 22# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. |
23# Copyright 2014 Garrett D'Amore <garrett@damore.org> |
|
23 24include ../Makefile.master 25 26# 27# Commands providing manifests must offer a check target. A recursive check 28# target across all commands directories is not currently provided. 29# 30MANIFEST_TOPDIRS= \ --- 46 unchanged lines hidden (view full) --- 77 zoneadmd 78 79MANIFEST_SUBDIRS= \ 80 boot/scripts \ 81 cmd-crypto/scripts \ 82 cmd-inet/usr.lib/ilbd \ 83 cmd-inet/usr.lib/in.chargend \ 84 cmd-inet/usr.lib/in.daytimed \ | 24 25include ../Makefile.master 26 27# 28# Commands providing manifests must offer a check target. A recursive check 29# target across all commands directories is not currently provided. 30# 31MANIFEST_TOPDIRS= \ --- 46 unchanged lines hidden (view full) --- 78 zoneadmd 79 80MANIFEST_SUBDIRS= \ 81 boot/scripts \ 82 cmd-crypto/scripts \ 83 cmd-inet/usr.lib/ilbd \ 84 cmd-inet/usr.lib/in.chargend \ 85 cmd-inet/usr.lib/in.daytimed \ |
85 cmd-inet/usr.lib/in.dhcpd \ | |
86 cmd-inet/usr.lib/in.discardd \ 87 cmd-inet/usr.lib/in.echod \ 88 cmd-inet/usr.lib/in.ndpd \ 89 cmd-inet/usr.lib/in.ripngd \ 90 cmd-inet/usr.lib/in.timed \ 91 cmd-inet/usr.lib/inetd \ 92 cmd-inet/usr.lib/mdnsd \ 93 cmd-inet/usr.lib/slpd \ --- 79 unchanged lines hidden --- | 86 cmd-inet/usr.lib/in.discardd \ 87 cmd-inet/usr.lib/in.echod \ 88 cmd-inet/usr.lib/in.ndpd \ 89 cmd-inet/usr.lib/in.ripngd \ 90 cmd-inet/usr.lib/in.timed \ 91 cmd-inet/usr.lib/inetd \ 92 cmd-inet/usr.lib/mdnsd \ 93 cmd-inet/usr.lib/slpd \ --- 79 unchanged lines hidden --- |