diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-10-18 19:21:37 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-10-18 19:21:37 +0000 |
commit | 1f4337222928af5a5c6e3f9a2e99f32ca64d8d7c (patch) | |
tree | d4a46be6f899d28fc68f5f9a5c78c5c0ead4a2cc /lib/Makefile | |
parent | bf4977481911cbeed43db92f4f74949b1d844031 (diff) |
synch expat major number with xenocara, and then some.
activate it in the build.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index c59f8352cd2..1a120c8555a 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.52 2005/12/16 17:35:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.53 2007/10/18 19:21:36 espie Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libarch libc libcompat libcurses \ - libdes libedit libevent libform libkeynote libkvm libl libm libmenu \ + libdes libedit libevent libexpat \ + libform libkeynote libkvm libl libm libmenu \ libocurses libossaudio libpanel libpcap libpthread librpcsvc \ libskey libsectok libssl libusbhid libutil libwrap liby libz |