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
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
servers
/
ipc
/
Makefile
blob
ba2888fd5a6417eca8ba30d62019e4cac62aec1c
1
# Makefile for IPC server
2
PROG
=
ipc
3
SRCS
=
main.c utility.c shm.c sem.c
4
5
DPADD
+= ${
LIBSYS
}
6
LDADD
+= -
lsys
7
8
FILES
=
ipc.conf
9
FILESNAME
=
ipc
10
FILESDIR
= /
etc
/
system.conf.d
11
12
WARNS?
=
5
13
14
.
include
<
minix.service.mk
>