Install sys/dev/bluetooth/btuart.h.
Descend into and build/install usr.sbin/btuartd. Install etc/rc.d/btuartd.
This commit is contained in:
parent
8dda441105
commit
d298894138
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.63 2007/02/04 16:36:07 xtraeme Exp $
|
# $NetBSD: Makefile,v 1.64 2007/02/20 21:29:08 briggs Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -10,7 +10,7 @@
|
|||||||
CONFIGFILES=\
|
CONFIGFILES=\
|
||||||
DAEMON LOGIN NETWORKING SERVERS \
|
DAEMON LOGIN NETWORKING SERVERS \
|
||||||
accounting altqd amd apmd \
|
accounting altqd amd apmd \
|
||||||
bootconf.sh bootparams btconfig btdevctl bthcid \
|
bootconf.sh bootparams btconfig btdevctl bthcid btuartd \
|
||||||
ccd cgd cleartmp cron \
|
ccd cgd cleartmp cron \
|
||||||
dhclient dhcpd dhcrelay dmesg downinterfaces \
|
dhclient dhcpd dhcrelay dmesg downinterfaces \
|
||||||
fixsb fsck ftpd \
|
fixsb fsck ftpd \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# $NetBSD: Makefile,v 1.3 2006/09/10 15:45:56 plunky Exp $
|
# $NetBSD: Makefile,v 1.4 2007/02/20 21:29:08 briggs Exp $
|
||||||
|
|
||||||
INCSDIR= /usr/include/dev/bluetooth
|
INCSDIR= /usr/include/dev/bluetooth
|
||||||
INCS= btdev.h bthidev.h btsco.h
|
INCS= btdev.h bthidev.h btsco.h btuart.h
|
||||||
|
|
||||||
.include <bsd.kinc.mk>
|
.include <bsd.kinc.mk>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# $NetBSD: Makefile,v 1.225 2007/01/30 19:40:07 elad Exp $
|
# $NetBSD: Makefile,v 1.226 2007/02/20 21:29:08 briggs Exp $
|
||||||
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
|
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
SUBDIR= ac accton acpitools altq amd apm apmd arp bad144 bind bootp \
|
SUBDIR= ac accton acpitools altq amd apm apmd arp bad144 bind bootp \
|
||||||
btconfig btdevctl bthcid catman \
|
btconfig btdevctl bthcid btuartd catman \
|
||||||
chown chroot chrtbl cnwctl cron dev_mkdb \
|
chown chroot chrtbl cnwctl cron dev_mkdb \
|
||||||
dhcp diskpart dumpfs dumplfs edquota eeprom \
|
dhcp diskpart dumpfs dumplfs edquota eeprom \
|
||||||
envstat eshconfig etcupdate extattrctl fssconfig fwctl gpioctl \
|
envstat eshconfig etcupdate extattrctl fssconfig fwctl gpioctl \
|
||||||
|
Loading…
Reference in New Issue
Block a user