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
/
servers
/
sched
/
Makefile
blob
067e9fedb5e89a8be0c3b7f0f9fb984f9849af8c
1
# Makefile for Scheduler (SCHED)
2
PROG
=
sched
3
SRCS
=
main.c schedule.c utility.c
4
5
DPADD
+= ${
LIBSYS
}
6
LDADD
+= -
lsys
7
8
.
include
<
minix.service.mk
>