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
collect2(1): Trim sources that create empty objects.
[dragonfly.git]
/
usr.bin
/
dfregress
/
Makefile
blob
8a58cd727ee7cedeb8ef58a059bc4118869cefbd
1
PROG
=
dfregress
2
INCS
=
dfregress.h
3
MAN
=
dfregress
.8
4
5
CFLAGS
+= -
I.
6
7
SRCS
+=
main.c config.c parser.c
8
SRCS
+=
runlist.c testcase.c
9
SRCS
+=
kernel.c userland.c
10
11
LDADD
+= -
lprop
-
lutil
12
DPADD
+= ${
LIBPROP
} ${
LIBUTIL
}
13
14
SUBDIR
+=
fe
15
.
include
<
bsd.prog.mk
>