13 lines
222 B
Makefile
13 lines
222 B
Makefile
|
# $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>
|