Install sys/dev/bluetooth/btuart.h.

Descend into and build/install usr.sbin/btuartd.
Install etc/rc.d/btuartd.
This commit is contained in:
briggs 2007-02-20 21:29:08 +00:00
parent 8dda441105
commit d298894138
3 changed files with 6 additions and 6 deletions

View File

@ -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>
@ -10,7 +10,7 @@
CONFIGFILES=\
DAEMON LOGIN NETWORKING SERVERS \
accounting altqd amd apmd \
bootconf.sh bootparams btconfig btdevctl bthcid \
bootconf.sh bootparams btconfig btdevctl bthcid btuartd \
ccd cgd cleartmp cron \
dhclient dhcpd dhcrelay dmesg downinterfaces \
fixsb fsck ftpd \

View File

@ -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
INCS= btdev.h bthidev.h btsco.h
INCS= btdev.h bthidev.h btsco.h btuart.h
.include <bsd.kinc.mk>

View File

@ -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
.include <bsd.own.mk>
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 \
dhcp diskpart dumpfs dumplfs edquota eeprom \
envstat eshconfig etcupdate extattrctl fssconfig fwctl gpioctl \