1 1.1 christos # $NetBSD: Makefile,v 1.1 2006/09/22 15:33:08 christos Exp $ 2 1.1 christos 3 1.1 christos NOOBJ= # defined 4 1.1 christos 5 1.1 christos .include <bsd.own.mk> 6 1.1 christos 7 1.1 christos .if ${MKSHARE} != "no" 8 1.1 christos FILES= LINUX_MAKEDEV 9 1.1 christos FILESDIR=/usr/share/examples/emul/linux/etc 10 1.1 christos .endif 11 1.1 christos 12 1.1 christos .include <bsd.prog.mk> 13