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
kernel: fix sanity check
[minix.git]
/
drivers
/
amddev
/
Makefile
blob
c5ab636ed5b08333017558fe03cdc3c8eaf3c5e0
1
# Makefile for AMD's DEV
2
PROG
=
amddev
3
SRCS
=
amddev.c
4
5
DPADD
+= ${
LIBSYS
}
6
LDADD
+= -
lsys
7
8
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
.
include
<
minix.service.mk
>