Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys Install ntfs headers.



details:   https://anonhg.NetBSD.org/src/rev/83d81fa8c057
branches:  trunk
changeset: 473027:83d81fa8c057
user:      kleink <kleink%NetBSD.org@localhost>
date:      Mon May 17 16:41:48 1999 +0000

description:
Install ntfs headers.

diffstat:

 sys/Makefile      |  4 ++--
 sys/ntfs/Makefile |  9 +++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 441022146c76 -r 83d81fa8c057 sys/Makefile
--- a/sys/Makefile      Mon May 17 16:22:57 1999 +0000
+++ b/sys/Makefile      Mon May 17 16:41:48 1999 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.34 1999/03/10 08:56:16 tls Exp $
+#      $NetBSD: Makefile,v 1.35 1999/05/17 16:41:48 kleink Exp $
 
 SUBDIR=        adosfs arch compat dev filecorefs isofs miscfs msdosfs net \
-       netatalk netccitt netinet netiso netnatm netns nfs sys ufs uvm vm
+       netatalk netccitt netinet netiso netnatm netns nfs ntfs sys ufs uvm vm
 
 .if (${MACHINE_ARCH} != "powerpc" && \
     ${MACHINE_ARCH} != "mipseb" && ${MACHINE_ARCH} != "mipsel")
diff -r 441022146c76 -r 83d81fa8c057 sys/ntfs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/ntfs/Makefile Mon May 17 16:41:48 1999 +0000
@@ -0,0 +1,9 @@
+#      $NetBSD: Makefile,v 1.1 1999/05/17 16:41:49 kleink Exp $
+
+KDIR=  /sys/ntfs
+INCSDIR= /usr/include/ntfs
+
+INCS=  ntfs.h ntfs_compr.h ntfs_extern.h ntfs_ihash.h ntfs_inode.h \
+       ntfs_subr.h ntfs_vfsops.h ntfsmount.h
+
+.include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index