diff options
author | Sylvestre Gallon <syl@cvs.openbsd.org> | 2013-11-01 13:54:46 +0000 |
---|---|---|
committer | Sylvestre Gallon <syl@cvs.openbsd.org> | 2013-11-01 13:54:46 +0000 |
commit | 1527bf0cd0c3d996327d66fe2fdb2f45bd90dcdf (patch) | |
tree | 29703872b66b347d3a75a171b8d4cdc8be4639ec /lib/Makefile | |
parent | aaded74dd972cf88253d26dd34aaa30196904964 (diff) |
enable fuse.
ok deraadt@
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 09e5ec187a0..29250b090d7 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.60 2013/06/17 19:18:37 robert Exp $ +# $OpenBSD: Makefile,v 1.61 2013/11/01 13:54:45 syl Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libarch libc libcompat libcurses \ libedit libevent libexpat \ - libform libkeynote libkvm libl libm libmenu \ + libform libfuse libkeynote libkvm libl libm libmenu \ libocurses libossaudio libpanel libpcap librthread librpcsvc \ libskey libsndio libsqlite3 libssl libusbhid libutil libwrap liby libz |