install only headers which are actually used when compiling userland

This commit is contained in:
jdolecek 1999-11-01 20:40:48 +00:00
parent f3055da377
commit 96a3d5b1cd
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.2 1999/09/29 15:36:07 jdolecek Exp $
# $NetBSD: Makefile,v 1.3 1999/11/01 20:40:48 jdolecek Exp $
KDIR= /sys/ntfs
INCSDIR= /usr/include/ntfs
INCS= ntfs.h ntfs_compr.h ntfs_ihash.h ntfs_inode.h ntfs_subr.h \
ntfs_vfsops.h ntfsmount.h
INCS= ntfs.h ntfs_inode.h ntfsmount.h
.include <bsd.kinc.mk>