Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / modules / ptyfs / Makefile
blobe82fa334035970b546c667a7c1df62751e8e7a9b
1 # $NetBSD: Makefile,v 1.2 2005/12/11 12:24:50 christos Exp $
3 .include "../Makefile.inc"
5 .PATH: ${S}/fs/ptyfs ${S}/ ${S}/arch/${MACHINE}/${MACHINE} \
6 ${S}/arch/${MACHINE_CPU}/${MACHINE_CPU}
8 KMOD= ptyfs
9 SRCS= ptyfs_vfsops.c ptyfs_vnops.c ptyfs_subr.c
11 .include <bsd.kmodule.mk>