diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/Makefile | 2 | ||||
-rw-r--r-- | usr/src/cmd/devfsadm/Makefile | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile index 213f8823c2..09530d48da 100644 --- a/usr/src/Makefile +++ b/usr/src/Makefile @@ -25,6 +25,7 @@ # Copyright 2014 Garrett D'Amore <garrett@damore.org> # Copyright 2015 OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2016 Toomas Soome <tsoome@me.com> +# Copyright 2016 Joyent, Inc. # # @@ -217,6 +218,7 @@ sysheaders: FRC @cd uts; pwd; $(MAKE) install_h cmdheaders: FRC + @cd cmd/devfsadm; pwd; $(MAKE) install_h @cd cmd/fm; pwd; $(MAKE) install_h @cd cmd/mdb; pwd; $(MAKE) install_h diff --git a/usr/src/cmd/devfsadm/Makefile b/usr/src/cmd/devfsadm/Makefile index 7b2409d131..aec7a8ec8b 100644 --- a/usr/src/cmd/devfsadm/Makefile +++ b/usr/src/cmd/devfsadm/Makefile @@ -20,6 +20,7 @@ # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. +# Copyright 2016 Joyent, Inc. # # cmd/devfsadm/Makefile # @@ -61,8 +62,10 @@ clean lint _msg: $(SUBDIRS) clobber: $(SUBDIRS) $(RM) $(ROOTETCDEVFILES) -install: $(SUBDIRS) $(ROOTETCDEFAULTFILES) $(ROOTETCDEVFILES) \ - $(ROOTUSRINCLUDEFILES) +install_h: $(ROOTUSRINCLUDEFILES) + +install: $(SUBDIRS) install_h $(ROOTETCDEFAULTFILES) $(ROOTETCDEVFILES) + $(ROOTETCDEV): $(INS.dir) |