436d6012a3
-Move libdriver to lib/ -Install all boot image services on filesystem to aid restartability
12 lines
179 B
Makefile
12 lines
179 B
Makefile
# Makefile for Centronics printer driver (PRINTER)
|
|
PROG= printer
|
|
SRCS= printer.c liveupdate.c
|
|
|
|
DPADD+= ${LIBSYS}
|
|
LDADD+= -lsys
|
|
|
|
MAN=
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
.include <minix.prog.mk>
|