diff options
| author | John Levon <john.levon@joyent.com> | 2018-10-08 15:34:11 +0100 |
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2018-10-19 16:40:54 -0400 |
| commit | ab618543cc6fc4bc273c077ef5d247961cdb29d4 (patch) | |
| tree | 24c80e35e958a4c5fef77d444eacb1b4f45798a2 /usr/src/cmd/halt | |
| parent | 62f63298eba531d48f87aa8c2089298cb7821962 (diff) | |
| download | illumos-joyent-ab618543cc6fc4bc273c077ef5d247961cdb29d4.tar.gz | |
8158 Want named threads API
9857 proc manpages should have LIBRARY section
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Gordon Ross <gwr@nexenta.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/halt')
| -rw-r--r-- | usr/src/cmd/halt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/cmd/halt/Makefile b/usr/src/cmd/halt/Makefile index 98d8eccee4..a515a0a1ef 100644 --- a/usr/src/cmd/halt/Makefile +++ b/usr/src/cmd/halt/Makefile @@ -21,6 +21,7 @@ # Copyright 2016 Toomas Soome <tsoome@me.com> # Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. +# Copyright 2018 Joyent, Inc. # PROG = halt @@ -60,10 +61,10 @@ install := TARGET = install clean := TARGET = clean clobber := TARGET = clobber lint := TARGET = lint -lint := LINTFLAGS = -u +lint := LINTFLAGS += -u -all: $(PROG) +all: $(PROG) install: all $(ROOTUSRSBINPROG) $(ROOTLINKS) $(ROOTSYMLINKS) $(SUBDIRS) |
