xref: /netbsd-src/share/examples/emul/linux/etc/Makefile (revision 25666bcae7676639b3f4987741c5c917939825fc)
1*25666bcaSchristos#	$NetBSD: Makefile,v 1.1 2006/09/22 15:33:08 christos Exp $
2*25666bcaSchristos
3*25666bcaSchristosNOOBJ=	# defined
4*25666bcaSchristos
5*25666bcaSchristos.include <bsd.own.mk>
6*25666bcaSchristos
7*25666bcaSchristos.if ${MKSHARE} != "no"
8*25666bcaSchristosFILES=	LINUX_MAKEDEV
9*25666bcaSchristosFILESDIR=/usr/share/examples/emul/linux/etc
10*25666bcaSchristos.endif
11*25666bcaSchristos
12*25666bcaSchristos.include <bsd.prog.mk>
13