diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-11-03 11:48:50 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-11-03 11:48:50 +0000 |
commit | b2f61b3a29c4297f906d6110798d5b6605ea6e29 (patch) | |
tree | 43574bb8532614b9d2d9b626e13e4a6e821fb55b /include | |
parent | 44dff70d4ab4353c9ed35800eac3dbbcb6031caa (diff) |
Install fuse headers in 'make includes', diff from stsp@, ok guenther@
Committing now to unbreak ports builds (gvfs fails without, which knocks
out building much of the tree.)
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 8cb352e03f5..617e7efdd93 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.177 2013/10/19 09:00:18 deraadt Exp $ +# $OpenBSD: Makefile,v 1.178 2013/11/03 11:48:49 sthen Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -43,7 +43,7 @@ PRDIRS= RDIRS= ../lib/librthread ../lib/libcompat ../lib/libcurses \ ../lib/libform ../lib/libssl ../lib/libmenu \ ../lib/libocurses ../lib/libossaudio ../lib/libpanel ../lib/librpcsvc \ - ../lib/libskey ../lib/libedit ../lib/libexpat \ + ../lib/libskey ../lib/libedit ../lib/libexpat ../lib/libfuse \ ../lib/libpcap ../lib/libsqlite3 ../lib/libutil ../lib/libusbhid \ ../lib/libwrap \ ../lib/libz ../lib/libkeynote ../lib/libevent ../usr.bin/lex \ |