diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-07-18 09:37:51 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-07-18 09:37:51 +0000 |
commit | 03d56895e0e858580a6a9d558e4467cee3c71148 (patch) | |
tree | c9e0e323f5dcc48034b071c3b6d93912cea46de8 /usr.sbin/mopd/mopprobe | |
parent | e05990b64643e87848b0dce135ca2fb307685c12 (diff) |
Linking against libkvm is unnecessary here
ok mlarkin@
Diffstat (limited to 'usr.sbin/mopd/mopprobe')
-rw-r--r-- | usr.sbin/mopd/mopprobe/Makefile | 4 |
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 |