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
Switch xorg to modular, so that it fits with the prebuilt packages.
[dragonfly.git]
/
usr.bin
/
du
/
Makefile
blob
5cdceaec3e89fa230c60676aa30fda0f8132d479
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/du/Makefile,v 1.4.2.1 2000/07/02 10:45:29 ps Exp $
3
# $DragonFly: src/usr.bin/du/Makefile,v 1.3 2005/01/01 23:02:42 cpressey Exp $
4
5
PROG
=
du
6
CFLAGS
+= -
Wall
7
DPADD
= ${
LIBM
}
8
LDADD
= -
lm
9
WARNS?
=
6
10
11
.
include
<
bsd.prog.mk
>