diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-11 21:50:29 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-11 21:50:29 +0000 |
commit | a64e6dec43f4c31c7cde9d7727699062752de4c0 (patch) | |
tree | 1627a51f6e860825c87c174fc3ca55dcbb9941d9 /include/Makefile | |
parent | 21a5612b0013354da7be87d6c0b7f5a49cc7fd51 (diff) |
stop installing netbt headers
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index a1662404a92..dcf891620c1 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.190 2014/05/12 19:09:00 espie Exp $ +# $OpenBSD: Makefile,v 1.191 2014/07/11 21:50:28 tedu Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -32,7 +32,7 @@ LFILES= fcntl.h syslog.h termios.h stdarg.h stdint.h varargs.h DIRS= arpa protocols rpc rpcsvc LDIRS= crypto ddb dev isofs miscfs msdosfs net netinet netinet6 \ - netmpls net80211 netbt nfs ntfs scsi sys ufs uvm + netmpls net80211 nfs ntfs scsi sys ufs uvm # Places that need a prerequisite target met before includes PRDIRS= |