summaryrefslogtreecommitdiff
path: root/usr.sbin/ldomctl/Makefile
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2012-10-21 12:47:59 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2012-10-21 12:47:59 +0000
commit0c31dce3a49b370f17a80f85dd5ad45812ddbe5c (patch)
treefad12ca0593667f26039b116ffc11f1c49c27f79 /usr.sbin/ldomctl/Makefile
parentda8b4e84412d585f87ceaf32cde56eb1e58669dd (diff)
Add domain services support code and use it to fetch the PRI
(Physical Resource Inventory) from the service processor.
Diffstat (limited to 'usr.sbin/ldomctl/Makefile')
-rw-r--r--usr.sbin/ldomctl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ldomctl/Makefile b/usr.sbin/ldomctl/Makefile
index df268c563e8..cf0e9217fb9 100644
--- a/usr.sbin/ldomctl/Makefile
+++ b/usr.sbin/ldomctl/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2012/10/15 20:28:50 kettenis Exp $
+# $OpenBSD: Makefile,v 1.3 2012/10/21 12:47:58 kettenis Exp $
PROG= ldomctl
-SRCS= ldomctl.c mdesc.c
+SRCS= ldomctl.c ds.c mdesc.c
NOMAN=
CFLAGS+= -Wall
+DEBUG= -g
.include <bsd.prog.mk>