diff options
author | kn <kn@cvs.openbsd.org> | 2019-11-20 18:11:29 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2019-11-20 18:11:29 +0000 |
commit | 9a6178d77af7640ad9f1403121f6c8b1eedfcf49 (patch) | |
tree | 8a7ee9964a041941fdecef659589add73ac3003a /usr.sbin/ldomctl | |
parent | c661c6381043f17ecf163ef83030751e86013d1b (diff) |
Honour DEBUG
OK deraadt
Diffstat (limited to 'usr.sbin/ldomctl')
-rw-r--r-- | usr.sbin/ldomctl/Makefile | 3 |
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 |