diff options
author | 2002-08-11 12:17:59 +0000 | |
---|---|---|
committer | 2002-08-11 12:17:59 +0000 | |
commit | d4f6bbea5ac9bd5b5bc6d2442ca8efdbc07a1587 (patch) | |
tree | e1a4eb1edfb35c85c0479a8d481ce6aa5eb1e975 | |
parent | Use _C_LABEL for c labels. (diff) | |
download | wireguard-openbsd-d4f6bbea5ac9bd5b5bc6d2442ca8efdbc07a1587.tar.xz wireguard-openbsd-d4f6bbea5ac9bd5b5bc6d2442ca8efdbc07a1587.zip |
Sort: put libkvm where it belongs.
-rw-r--r-- | lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index bc1762e99fa..2b81a662d81 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.45 2002/06/15 18:19:36 provos Exp $ +# $OpenBSD: Makefile,v 1.46 2002/08/11 12:17:59 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 libcurses++ \ - libdes libedit libevent libform libkeynote libl libm libmenu \ + libdes libedit libevent libform libkeynote libkvm libl libm libmenu \ libocurses libossaudio libpanel libpcap libresolv librpcsvc libskey \ - libsectok libssl libtelnet libusbhid libutil libwrap liby libz libkvm + libsectok libssl libtelnet libusbhid libutil libwrap liby libz .include <bsd.subdir.mk> |