repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: restore stacktrace on SIGSEGV
[minix.git]
/
commands
/
fetch
/
Makefile
blob
2112a33b856910ac8336086447710a6efc7bf3c7
1
PROG
=
fetch
2
BINDIR
= /
usr
/
bin
3
MAN
=
fetch
.1
4
5
CPPFLAGS
+= -
DHAVE_SYS_PARAM_H \
6
-
DHAVE_SYS_IOCTL_H \
7
-
DHAVE_SYS_SOCKET_H \
8
-
DHAVE_SYS_STAT_H \
9
-
DHAVE_SYS_TIME_H \
10
-
DHAVE_ERR_H \
11
-
DHAVE_STDINT_H \
12
-
DHAVE_TERMIOS_H \
13
-
DHAVE_SYSEXITS_H \
14
-
DHAVE_UTIME_H
15
16
CPPFLAGS
+= -
D_POSIX_SOURCE
17
DPADD
+= ${
LIBFETCH
}
18
LDADD
+= -
lfetch
19
20
.
include
<
bsd.prog.mk
>