summaryrefslogtreecommitdiff
path: root/usr.sbin/ldomctl/Makefile
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2012-10-15 20:28:51 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2012-10-15 20:28:51 +0000
commit40c9234ba53149b667a454da14175962636d3ec3 (patch)
treeaf7ef6b0757b2814adebb4f17803d2a08b2b6ca1 /usr.sbin/ldomctl/Makefile
parent550b7334d4aa2ab0a2cab5ccc92f07d8004d717b (diff)
Specify domains by name instead of by number.
Provide status of all domains if none specified.
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 af4877ab86f..df268c563e8 100644
--- a/usr.sbin/ldomctl/Makefile
+++ b/usr.sbin/ldomctl/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.1 2012/10/14 15:38:06 kettenis Exp $
+# $OpenBSD: Makefile,v 1.2 2012/10/15 20:28:50 kettenis Exp $
PROG= ldomctl
+SRCS= ldomctl.c mdesc.c
NOMAN=
-CFLAGS= -Wall
+CFLAGS+= -Wall
.include <bsd.prog.mk>