0f4eda33eb
- this lets the drivers that used that library be compiled easily with different compilers.
8 lines
200 B
Makefile
8 lines
200 B
Makefile
.include <bsd.own.mk>
|
|
|
|
DPADD+= ${LIBAUDIODRIVER} ${LIBDRIVER} ${LIBSYS}
|
|
LDADD+= -laudiodriver -ldriver -lsys
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|