File: Makefile

package info (click to toggle)
ntfs 971218-4
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 692 kB
  • ctags: 670
  • sloc: ansic: 7,774; sh: 1,509; makefile: 232
file content (10 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Generated automatically from Makefile.in by configure.
KMOD= ntfs_mod
SRCS= ntfs_vfsops.c ntfs_vnops.c ../super.c ../inode.c ../dir.c ../attr.c
NOMAN=
VFS_LKM=
CFLAGS+= -DACTUALLY_LKM_NOT_KERNEL -DNTFS -g -I..
KERN=	/sys


.include <bsd.ntfs.mk>