summaryrefslogtreecommitdiff
path: root/usr.sbin/ldomctl
diff options
context:
space:
mode:
authorkn <kn@cvs.openbsd.org>2019-11-20 18:11:29 +0000
committerkn <kn@cvs.openbsd.org>2019-11-20 18:11:29 +0000
commit9a6178d77af7640ad9f1403121f6c8b1eedfcf49 (patch)
tree8a7ee9964a041941fdecef659589add73ac3003a /usr.sbin/ldomctl
parentc661c6381043f17ecf163ef83030751e86013d1b (diff)
Honour DEBUG
OK deraadt
Diffstat (limited to 'usr.sbin/ldomctl')
-rw-r--r--usr.sbin/ldomctl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ldomctl/Makefile b/usr.sbin/ldomctl/Makefile
index b9e34353d38..931eddcbcca 100644
--- a/usr.sbin/ldomctl/Makefile
+++ b/usr.sbin/ldomctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2019/07/28 15:30:45 kn Exp $
+# $OpenBSD: Makefile,v 1.10 2019/11/20 18:11:28 kn Exp $
.if ${MACHINE} == "sparc64"
@@ -8,7 +8,6 @@ PROG= ldomctl
SRCS= ldomctl.c ds.c mdesc.c util.c mdstore.c pri.c config.c parse.y
CFLAGS+=-Wall
CFLAGS+=-I${.CURDIR}/../ldomd -I${.CURDIR}
-DEBUG= -g
.else