Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
*** 19,28 ****
--- 19,29 ----
# CDDL HEADER END
#
# 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
include ../Makefile.cmd
*** 58,68 ****
all := TARGET = all
install := TARGET = install
clean := TARGET = clean
clobber := TARGET = clobber
lint := TARGET = lint
! lint := LINTFLAGS = -u
all: $(PROG)
install: all $(ROOTUSRSBINPROG) $(ROOTLINKS) $(ROOTSYMLINKS) $(SUBDIRS)
--- 59,69 ----
all := TARGET = all
install := TARGET = install
clean := TARGET = clean
clobber := TARGET = clobber
lint := TARGET = lint
! lint := LINTFLAGS += -u
all: $(PROG)
install: all $(ROOTUSRSBINPROG) $(ROOTLINKS) $(ROOTSYMLINKS) $(SUBDIRS)