diff options
Diffstat (limited to 'usr/src/uts/Makefile.targ')
| -rw-r--r-- | usr/src/uts/Makefile.targ | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/uts/Makefile.targ b/usr/src/uts/Makefile.targ index 92955e139f..0fb7bb8a90 100644 --- a/usr/src/uts/Makefile.targ +++ b/usr/src/uts/Makefile.targ @@ -21,6 +21,7 @@ # # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2015, Joyent, Inc. +# Copyright 2014 Garrett D'Amore <garrett@damore.org> # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> # # This Makefiles contains the common targets and definitions for @@ -49,14 +50,11 @@ $(OBJECTS): $(INLINES) # # Partially link .o files to generate the kmod. The fake dependency # on modstubs simplifies things... -# ELFSIGN_MOD is defined in the individual KCF plug-in modules Makefiles, -# and will sign the ELF objects using elfsign(1). # $(BINARY): $(OBJECTS) $(DTRACE_MAPFILE) $(LD) -r $(LDFLAGS) -o $@ $(OBJECTS) $(CTFMERGE_UNIQUIFY_AGAINST_GENUNIX) $(POST_PROCESS) - $(ELFSIGN_MOD) # # This target checks each kmod for undefined entry points. It does not |
