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
Fix issues with the scheduler that were causing unnecessary reschedules
[dragonfly.git]
/
usr.bin
/
uuidgen
/
Makefile
blob
2d5441b088d114e9991044bb5051df96cc400aa9
1
# $FreeBSD: src/usr.bin/uuidgen/Makefile,v 1.3 2007/04/09 19:16:48 pjd Exp $
2
# $DragonFly: src/usr.bin/uuidgen/Makefile,v 1.2 2007/08/27 16:51:00 pavalos Exp $
3
4
BINDIR
= /
bin
5
6
PROG
=
uuidgen
7
8
.
include
<
bsd.prog.mk
>