blob: a91f55068907e10eb21c84bdeff997f7b9c441cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $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>
|