summaryrefslogtreecommitdiff
path: root/usr/src/cmd/devctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/devctl/Makefile')
-rw-r--r--usr/src/cmd/devctl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/devctl/Makefile b/usr/src/cmd/devctl/Makefile
index 98ba25c5c8..f3893877f6 100644
--- a/usr/src/cmd/devctl/Makefile
+++ b/usr/src/cmd/devctl/Makefile
@@ -23,6 +23,7 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# # Copyright (c) 2019, Joyent, Inc.
PROG= devctl
@@ -32,7 +33,7 @@ include ../Makefile.cmd
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-parentheses
-LDLIBS += -ldevice -l devinfo
+LDLIBS += -ldevice -ldevinfo
all: $(PROG)