repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve the process for GNU tools
[minix3.git]
/
minix
/
commands
/
fetch
/
Makefile
blob
e13087c3763fccb382bb6109b3964c288f646bdf
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
.
include
<
bsd.own.mk
>
17
18
DPADD
+= ${
LIBFETCH
}
19
LDADD
+= -
lfetch
20
21
.if
${
MKCRYPTO
} ==
"yes"
22
DPADD
+= ${
LIBSSL
} ${
LIBCRYPTO
}
23
LDADD
+= -
lssl
-
lcrypto
24
.
endif
25
26
.
include
<
bsd.prog.mk
>