summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svc/lsvcrun/Makefile
diff options
context:
space:
mode:
authorJoshua M. Clulow <josh@sysmgr.org>2021-03-09 22:10:34 -0800
committerJoshua M. Clulow <josh@sysmgr.org>2021-03-09 22:11:24 -0800
commitf6c47fdeea63a9c5d1abefdffb93d3f87e12b7d0 (patch)
tree2132819ab094c681a812dcec50367463f1f172ac /usr/src/cmd/svc/lsvcrun/Makefile
parent2587b3a0593a431a99cc2dc78bf1034e672a35e2 (diff)
downloadillumos-gate-f6c47fdeea63a9c5d1abefdffb93d3f87e12b7d0.tar.gz
13605 ramdisk systems have no boot_archive
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/svc/lsvcrun/Makefile')
-rw-r--r--usr/src/cmd/svc/lsvcrun/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/usr/src/cmd/svc/lsvcrun/Makefile b/usr/src/cmd/svc/lsvcrun/Makefile
index 91634e8b32..ed94b1892a 100644
--- a/usr/src/cmd/svc/lsvcrun/Makefile
+++ b/usr/src/cmd/svc/lsvcrun/Makefile
@@ -27,9 +27,7 @@
PROG = lsvcrun
OBJS = lsvcrun.o
SRCS = $(OBJS:%.o=%.c)
-POFILES = $(OBJS:.o=.po)
-
-ROOTLIBSVCBINPROG = $(ROOT)/lib/svc/bin/$(PROG)
+POFILES = $(OBJS:.o=.po)
include ../../Makefile.cmd
@@ -37,8 +35,6 @@ LDLIBS += -lcontract -lscf -luutil
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += $(CNOWARN_UNINIT)
-lint := LINTFLAGS = -ux
-
.KEEP_STATE:
all: $(PROG)
@@ -49,12 +45,7 @@ $(PROG): $(OBJS)
install: all $(ROOTLIBSVCBINPROG)
-$(ROOTLIBSVCBIN)/%: %
- $(INS.file)
-
clean:
$(RM) $(OBJS)
-lint: lint_SRCS
-
include ../../Makefile.targ