diff options
Diffstat (limited to 'usr/src/head/Makefile')
-rw-r--r-- | usr/src/head/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/head/Makefile b/usr/src/head/Makefile index bc9c57a6a6..1f598f5849 100644 --- a/usr/src/head/Makefile +++ b/usr/src/head/Makefile @@ -25,13 +25,15 @@ # Copyright 2013 Garrett D'Amore <garrett@damore.org> # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com> # Copyright 2017 Nexenta Systems, Inc. +# Copyright 2017 Joyent, Inc. # # include global definitions include ../Makefile.master sparc_HDRS= -i386_HDRS= stack_unwind.h +i386_HDRS= \ + stack_unwind.h KRB5HDRS= \ mit_copyright.h \ @@ -156,6 +158,7 @@ HDRS= $($(MACH)_HDRS) \ regex.h \ regexp.h \ resolv.h \ + resolv_joy.h \ rje.h \ rtld_db.h \ sac.h \ @@ -220,6 +223,7 @@ HDRS= $($(MACH)_HDRS) \ xlocale.h \ xti.h \ xti_inet.h \ + zdoor.h \ zone.h ISOHDRS = \ |