summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd/mopprobe/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2002-05-11 00:20:22 +0000
committerMarc Espie <espie@cvs.openbsd.org>2002-05-11 00:20:22 +0000
commit8af263c86ca9069f7b81553ac8eeb857e092bf7b (patch)
tree4c3c0abc671f01208e923407224282de7a99c7f9 /usr.sbin/mopd/mopprobe/Makefile
parentc5d734d9312af8955fd681c243c46501f2e88049 (diff)
Add missing libraries to bsd.prog.mk (mostly kerberosV)
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
Diffstat (limited to 'usr.sbin/mopd/mopprobe/Makefile')
-rw-r--r--usr.sbin/mopd/mopprobe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mopd/mopprobe/Makefile b/usr.sbin/mopd/mopprobe/Makefile
index e2c7260bbb1..75ba3d07e7a 100644
--- a/usr.sbin/mopd/mopprobe/Makefile
+++ b/usr.sbin/mopd/mopprobe/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.3 1999/03/27 14:31:22 maja Exp $
+# $OpenBSD: Makefile,v 1.4 2002/05/11 00:20:20 espie 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