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
/
drivers
/
examples
/
hello
/
Makefile
blob
4badb39fd57cda76027396c46266629afdf1feab
1
# Makefile for the hello driver.
2
PROG
=
hello
3
SRCS
=
hello.c
4
5
FILES
=${
PROG
}
.conf
6
FILESNAME
=${
PROG
}
7
FILESDIR
= /
etc
/
system.conf.d
8
9
DPADD
+= ${
LIBCHARDRIVER
} ${
LIBSYS
}
10
LDADD
+= -
lchardriver
-
lsys
11
12
.
include
<
minix.service.mk
>