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
<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git]
/
usr.sbin
/
mkproto
/
Makefile
blob
57ebb8898261c62241d99fd58d11845e02e73dc8
1
PROG
=
mkproto
2
MAN
=
3
4
LDADD
+= -
lminlib
5
DPADD
+= ${
LIBMINLIB
}
6
7
NOGCCERROR?
=
yes
8
NOCLANGERROR?
=
yes
9
10
.
include
<
bsd.prog.mk
>