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