Makefile (24fe0b3bf671e123467ce1df0b67cadd3614c8e4) Makefile (36e852a172cba914383d7341c988128b2c667fbd)
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

--- 14 unchanged lines hidden (view full) ---

23#
24
25TXTS= nsswitch.conf netconfig hosts services
26DEFAULTFILES= nss.dfl
27
28include ../Makefile.cmd
29
30FILES= hosts services
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

--- 14 unchanged lines hidden (view full) ---

23#
24
25TXTS= nsswitch.conf netconfig hosts services
26DEFAULTFILES= nss.dfl
27
28include ../Makefile.cmd
29
30FILES= hosts services
31ETCFILES= netconfig nsswitch.conf nsswitch.files nsswitch.nis nsswitch.nisplus \
31ETCFILES= netconfig nsswitch.conf nsswitch.files nsswitch.nis \
32 nsswitch.dns nsswitch.ldap nsswitch.ad
33
34ROOTNET= $(ROOTETC)/net
35TICLTS= $(ROOTNET)/ticlts
36TICOTS= $(ROOTNET)/ticots
37TICOTSORD= $(ROOTNET)/ticotsord
38
39ROOTDIRS= \

--- 29 unchanged lines hidden ---
32 nsswitch.dns nsswitch.ldap nsswitch.ad
33
34ROOTNET= $(ROOTETC)/net
35TICLTS= $(ROOTNET)/ticlts
36TICOTS= $(ROOTNET)/ticots
37TICOTSORD= $(ROOTNET)/ticotsord
38
39ROOTDIRS= \

--- 29 unchanged lines hidden ---