Browse Source

Install ntfs includes and add libkvm (fstat) support. ntfs bits

adapted from NetBSD fstat.  OK deraadt@
OPENBSD_4_6
millert 15 years ago
parent
commit
4da44916db
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/Makefile

+ 2
- 2
src/include/Makefile View File

@ -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 \


Loading…
Cancel
Save