Make the bluetooth modules

Approved by:	re
This commit is contained in:
Julian Elischer 2002-11-21 00:40:11 +00:00
parent 8f5271e78a
commit 075c3f0781

View File

@ -37,4 +37,9 @@ SUBDIR= UI \
SUBDIR+= mppc
.endif
.if ${MACHINE_ARCH} == "i386"
# Things that don't compile on alpha or are aout specific:
SUBDIR+= bluetooth
.endif
.include <bsd.subdir.mk>