summaryrefslogtreecommitdiff
path: root/usr.sbin/ldomd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ldomd/Makefile')
-rw-r--r--usr.sbin/ldomd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldomd/Makefile b/usr.sbin/ldomd/Makefile
index b12b22f3f01..df937bd2f75 100644
--- a/usr.sbin/ldomd/Makefile
+++ b/usr.sbin/ldomd/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.1 2012/10/26 18:26:13 kettenis Exp $
+# $OpenBSD: Makefile,v 1.2 2012/10/27 18:34:03 kettenis Exp $
.PATH: ${.CURDIR}/../ldomctl
PROG= ldomd
-SRCS= ldomd.c ds.c mdesc.c util.c
+SRCS= ldomd.c ds.c mdesc.c util.c var-config.c
NOMAN=
CFLAGS+= -Wall
CFLAGS+= -I${.CURDIR}/../ldomctl