repo.or.cz
/
unleashed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cut: add -Wall
[unleashed.git]
/
bin
/
uniq
/
Makefile
blob
677805ccc7e1a96bad5a679327e0a6960f6539e9
1
# $OpenBSD: Makefile,v 1.4 2006/04/07 05:10:02 ray Exp $
2
3
PROG
=
uniq
4
5
COPTS
+= -
Wall
-
W
6
7
.
include
"compat.mk"
8
.
include
<
bsd.prog.mk
>