mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
12 lines
278 B
Makefile
12 lines
278 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/06/28 16:11:36 rumble Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/fs/ptyfs ${S}/ ${S}/arch/${MACHINE}/${MACHINE} \
|
|
${S}/arch/${MACHINE_CPU}/${MACHINE_CPU}
|
|
|
|
KMOD= ptyfs
|
|
SRCS= ptyfs_vfsops.c ptyfs_vnops.c ptyfs_subr.c
|
|
|
|
.include <bsd.kmodule.mk>
|