13 lines
215 B
Makefile
13 lines
215 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2003/03/04 14:36:19 jmmv Exp $
|
||
|
|
||
|
NOOBJ= # defined
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if ${MKSHARE} != "no"
|
||
|
FILES= wsmoused.conf
|
||
|
FILESDIR= /usr/share/examples/wsmoused
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.prog.mk>
|