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
/
iommu
/
amddev
/
Makefile
blob
a8d2c0f7016523d898f10b2286cabac415c1bb06
1
# Makefile for AMD's DEV
2
PROG
=
amddev
3
SRCS
=
amddev.c
4
5
FILES
=${
PROG
}
.conf
6
FILESNAME
=${
PROG
}
7
FILESDIR
= /
etc
/
system.conf.d
8
9
DPADD
+= ${
LIBSYS
}
10
LDADD
+= -
lsys
11
12
.
include
<
minix.service.mk
>