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
Remove building with NOCRYPTO option
[minix3.git]
/
minix
/
lib
/
libsockevent
/
Makefile
blob
713cd13ca43657ce1c192e9eae25b02d187c2bf1
1
# Makefile for libsockevent
2
3
CPPFLAGS
+= -
D_MINIX_SYSTEM
-
I
${
NETBSDSRCDIR
}/
minix
/
lib
/
libcharevent
4
5
LIB
=
sockevent
6
7
SRCS
=
sockevent.c sockevent_proc.c
8
9
.
include
<
bsd.lib.mk
>