436d6012a3
-Move libdriver to lib/ -Install all boot image services on filesystem to aid restartability
12 lines
138 B
Makefile
12 lines
138 B
Makefile
# Makefile for AMD's DEV
|
|
PROG= amddev
|
|
SRCS= amddev.c
|
|
|
|
DPADD+= ${LIBSYS}
|
|
LDADD+= -lsys
|
|
|
|
MAN=
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
.include <minix.prog.mk>
|