diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2009-06-24 13:04:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2009-06-24 13:04:25 +0000 |
commit | bdc2e742ea2619d6448d32f4108bdb9f297a7a22 (patch) | |
tree | fe6d62b6dad4676dc58be510d9bd6c4fb57edac1 /include | |
parent | fe9a2c4a39eecd0aa4fe01ef32458c15640d3e25 (diff) |
Install ntfs includes and add libkvm (fstat) support. ntfs bits
adapted from NetBSD fstat. OK deraadt@
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 38df41612e2..39e787f8fde 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.151 2009/06/20 12:19:44 millert Exp $ +# $OpenBSD: Makefile,v 1.152 2009/06/24 13:04:24 millert Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -36,7 +36,7 @@ LFILES= fcntl.h syslog.h termios.h stdarg.h stdint.h varargs.h DIRS= arpa protocols rpc rpcsvc LDIRS= altq crypto ddb dev isofs miscfs msdosfs net netatalk netinet netinet6 \ - netmpls netnatm net80211 netbt nfs nnpfs scsi sys ufs uvm + netmpls netnatm net80211 netbt nfs nnpfs ntfs scsi sys ufs uvm # Directories with an includes target RDIRS= ../lib/libpthread ../lib/libcompat ../lib/libcurses \ |