diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-07-10 06:53:45 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-07-10 06:53:45 +0000 |
commit | 63508368931d82349230e080b11f7eb250110935 (patch) | |
tree | a4427c29d0eb08bad181fcbb747110550b921d24 | |
parent | ee040bd7e776a78ef7bb87465f31d72162ad3f03 (diff) |
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 \ |