virtual_oss: remove needless .include in intermediate Makefile
It doesn't define anything we use. Reviewed by: christos Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D54702
This commit is contained in:
@@ -5,5 +5,4 @@ SHLIBDIR?= ${LIBDIR}/virtual_oss
|
||||
SUBDIR+= null \
|
||||
oss
|
||||
|
||||
.include "Makefile.inc"
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
@@ -5,5 +5,4 @@ SUBDIR+= virtual_oss_cmd \
|
||||
|
||||
SUBDIR.${MK_BLUETOOTH}+= virtual_bt_speaker
|
||||
|
||||
.include "Makefile.inc"
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
Reference in New Issue
Block a user