Source-Changes-HG archive

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

[src/trunk]: src/sys/fs Install ptyfs userspace header into user's space.



details:   https://anonhg.NetBSD.org/src/rev/c501e1c31b79
branches:  trunk
changeset: 755652:c501e1c31b79
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jun 14 14:40:47 2010 +0000

description:
Install ptyfs userspace header into user's space.

diffstat:

 sys/fs/Makefile       |  6 +++---
 sys/fs/ptyfs/Makefile |  7 +++++++
 2 files changed, 10 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r edf309dd18c0 -r c501e1c31b79 sys/fs/Makefile
--- a/sys/fs/Makefile   Mon Jun 14 14:39:12 2010 +0000
+++ b/sys/fs/Makefile   Mon Jun 14 14:40:47 2010 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.18 2009/07/18 16:31:42 reinoud Exp $
+#      $NetBSD: Makefile,v 1.19 2010/06/14 14:40:47 pooka Exp $
 
-SUBDIR=        adosfs cd9660 efs filecorefs hfs msdosfs nilfs ntfs puffs smbfs \
-       sysvbfs tmpfs udf union
+SUBDIR=        adosfs cd9660 efs filecorefs hfs msdosfs nilfs ntfs ptyfs       \
+       puffs smbfs sysvbfs tmpfs udf union
 
 .include <bsd.kinc.mk>
diff -r edf309dd18c0 -r c501e1c31b79 sys/fs/ptyfs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/fs/ptyfs/Makefile     Mon Jun 14 14:40:47 2010 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: Makefile,v 1.1 2010/06/14 14:40:47 pooka Exp $
+
+INCSDIR=       /usr/include/fs/ptyfs
+
+INCS=          ptyfs.h
+
+.include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index