diff options
| author | 2013-11-03 11:48:49 +0000 | |
|---|---|---|
| committer | 2013-11-03 11:48:49 +0000 | |
| commit | 268c92aa484feb41efd80a66c981fb3ec3412d74 (patch) | |
| tree | 6536aefd1f3d1922879fb23393e9d7f9ee0c336c | |
| parent | fix a couple of function definitions foo() -> foo(void) (diff) | |
| download | wireguard-openbsd-268c92aa484feb41efd80a66c981fb3ec3412d74.tar.xz wireguard-openbsd-268c92aa484feb41efd80a66c981fb3ec3412d74.zip | |
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.)
| -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 \ |
