summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd/mopprobe
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mopd/mopprobe')
-rw-r--r--usr.sbin/mopd/mopprobe/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/mopd/mopprobe/Makefile b/usr.sbin/mopd/mopprobe/Makefile
index 75ba3d07e7a..0d156da98c9 100644
--- a/usr.sbin/mopd/mopprobe/Makefile
+++ b/usr.sbin/mopd/mopprobe/Makefile
@@ -1,12 +1,10 @@
-# $OpenBSD: Makefile,v 1.4 2002/05/11 00:20:20 espie Exp $
+# $OpenBSD: Makefile,v 1.5 2016/07/18 09:37:49 guenther Exp $
PROG= mopprobe
SRCS= mopprobe.c device.c get.c cmp.c mopdef.c version.c pf.c loop-bsd.c \
print.c nma.c
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/.. -I${.CURDIR}/../common -DNODL
CLEANFILES= version.c version.h
-DPADD= ${LIBKVM}
-LDADD= -lkvm
.PATH: ${.CURDIR}/../common
version.c version.h: ${.CURDIR}/../common/VERSION