diff options
author | 2005-07-10 06:53:44 +0000 | |
---|---|---|
committer | 2005-07-10 06:53:44 +0000 | |
commit | 3ba8fa3777cb8b6d4970af26ccb31b25e98099c5 (patch) | |
tree | 9d7d5ade00b38ea9fe8cc94602ad9eec126f2d56 | |
parent | remove two unused flags (diff) | |
download | wireguard-openbsd-3ba8fa3777cb8b6d4970af26ccb31b25e98099c5.tar.xz wireguard-openbsd-3ba8fa3777cb8b6d4970af26ccb31b25e98099c5.zip |
Install netbt/ includes.
ok henning@
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 5c4c6edf1f1..31d7a62d2a2 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.134 2005/06/17 20:51:20 henning Exp $ +# $OpenBSD: Makefile,v 1.135 2005/07/10 06:53:44 grange Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -35,7 +35,7 @@ LFILES= errno.h fcntl.h syslog.h termios.h stdarg.h varargs.h DIRS= arpa protocols rpc rpcsvc LDIRS= crypto ddb dev isofs miscfs net netatalk netinet altq \ - netinet6 netipx netnatm net80211 nfs scsi sys ufs uvm xfs + netinet6 netipx netnatm net80211 netbt nfs scsi sys ufs uvm xfs # Directories with an includes target RDIRS= ../lib/libpthread ../lib/libcompat ../lib/libcurses \ |