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
Move primary cache code to libminixfs.
[minix.git]
/
servers
/
ipc
/
Makefile
blob
ccda5f1ca67d5e74fa4bafdeb3b813cd9af9d5b9
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
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
FILES
=
ipc.conf
12
FILESNAME
=
ipc
13
FILESDIR
= /
etc
/
system.conf.d
14
15
.
include
<
minix.service.mk
>