repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Unbreak GENERIC building
[dragonfly.git]
/
usr.sbin
/
moused
/
Makefile
blob
311ae5a6ad67a6982c022cb4dd10933c68cdfcf9
1
# $FreeBSD: src/usr.sbin/moused/Makefile,v 1.4.6.1 2001/04/25 12:10:08 ru Exp $
2
# $DragonFly: src/usr.sbin/moused/Makefile,v 1.2 2003/06/17 04:29:57 dillon Exp $
3
4
PROG
=
moused
5
MAN
=
moused
.8
6
7
#BINMODE=4555
8
#INSTALLFLAGS=-fschg
9
10
.
include
<
bsd.prog.mk
>