Makefile revision 1.1
11.1Spooka# $NetBSD: Makefile,v 1.1 2010/06/14 14:45:47 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.PATH: ${.CURDIR}/../../../../kern 51.1Spooka 61.1SpookaLIB= rumpkern_tty 71.1Spooka 81.1SpookaSRCS= tty.c tty_bsdpty.c tty_conf.c tty_ptm.c tty_pty.c tty_tty.c tty_subr.c 91.1Spooka 101.1SpookaSRCS+= component.c 111.1Spooka 121.1SpookaCPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs 131.1Spooka 141.1Spooka.include <bsd.lib.mk> 151.1Spooka.include <bsd.klinks.mk> 16