diff options
Diffstat (limited to 'usr/src/cmd/netfiles/Makefile')
-rw-r--r-- | usr/src/cmd/netfiles/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/netfiles/Makefile b/usr/src/cmd/netfiles/Makefile index 0ae84c2276..aa6886311d 100644 --- a/usr/src/cmd/netfiles/Makefile +++ b/usr/src/cmd/netfiles/Makefile @@ -21,6 +21,8 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright 2019 Joyent, Inc. +# TXTS= nsswitch.conf netconfig hosts services DEFAULTFILES= nss.dfl @@ -29,7 +31,7 @@ include ../Makefile.cmd FILES= hosts services ETCFILES= netconfig nsswitch.conf nsswitch.files nsswitch.nis \ - nsswitch.dns nsswitch.ldap nsswitch.ad + nsswitch.dns nsswitch.ldap nsswitch.ad resolv.conf ROOTNET= $(ROOTETC)/net TICLTS= $(ROOTNET)/ticlts |