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 gcc80 -Wbool-operation warnings in fortune(6) and hack(6).
[dragonfly.git]
/
usr.bin
/
ruptime
/
Makefile
blob
bc2b66e7d4e28c7d17e852f46ed2823e1e05cc95
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $DragonFly: src/usr.bin/ruptime/Makefile,v 1.5 2007/08/27 16:50:58 pavalos Exp $
3
4
PROG
=
ruptime
5
NO_STRICT_ALIASING
=
6
7
.
include
<
bsd.prog.mk
>