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: vm kernel call can't suspend
[minix.git]
/
drivers
/
printer
/
Makefile
blob
beec640fae938137a0b672a2078599fb777ace7d
1
# Makefile for Centronics printer driver (PRINTER)
2
PROG
=
printer
3
SRCS
=
printer.c liveupdate.c
4
5
DPADD
+= ${
LIBCHARDRIVER
} ${
LIBSYS
}
6
LDADD
+= -
lchardriver
-
lsys
7
8
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
.
include
<
minix.service.mk
>