diff options
author | 2001-06-27 05:53:16 +0000 | |
---|---|---|
committer | 2001-06-27 05:53:16 +0000 | |
commit | 2046da05355c4025c39c9f2c3c11341d256120b6 (patch) | |
tree | 613c913bf95b0f32475ec1794bb9165f3fdddc56 /lib | |
parent | ALTQ base modifications to the kernel. (diff) | |
download | wireguard-openbsd-2046da05355c4025c39c9f2c3c11341d256120b6.tar.xz wireguard-openbsd-2046da05355c4025c39c9f2c3c11341d256120b6.zip |
kill libkvm.old
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/lib/Makefile b/lib/Makefile index 6dad7090ba1..1b8b6fda788 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,23 +1,14 @@ -# $OpenBSD: Makefile,v 1.40 2001/06/07 19:34:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.41 2001/06/27 05:53:16 art Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libarch libc libc_r libcom_err libcompat libcurses libdes libedit \ libform libkeynote libl libm libmenu libocurses libossaudio libpanel \ libpcap libresolv librpcsvc libskey libsectok libssl libtelnet \ - libutil libwrap liby libz + libutil libwrap liby libz libkvm # XXX Temporary until libcurses++ builds on mips again .if ${MACHINE_ARCH} != "mips" SUBDIR+= libcurses++ .endif -# XXX Temporarily until pmax is able to use libkvm -.if make(obj) -SUBDIR+= libkvm libkvm.old -.elif (${MACHINE} == "pmax") -SUBDIR+= libkvm.old -.else -SUBDIR+= libkvm -.endif - .include <bsd.subdir.mk> |