add uftdi.4 (it was missing from the makefile)
This commit is contained in:
parent
13a6d6acf1
commit
994ba36f4b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.141 2000/04/14 14:48:29 augustss Exp $
|
||||
# $NetBSD: Makefile,v 1.142 2000/04/16 23:36:51 perry Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/18/93
|
||||
|
||||
MAN= adv.4 adw.4 ahb.4 ahc.4 aria.4 atalk.4 audio.4 auvia.4 awi.4 bha.4 \
|
||||
|
@ -19,7 +19,7 @@ MAN= adv.4 adw.4 ahb.4 ahc.4 aria.4 atalk.4 audio.4 auvia.4 awi.4 bha.4 \
|
|||
wsmouse.4 wsmux.4 ym.4 zero.4 zstty.4
|
||||
|
||||
# USB devices
|
||||
MAN+= uaudio.4 ucom.4 ugen.4 uhid.4 ukbd.4 ulpt.4 umass.4 \
|
||||
MAN+= uaudio.4 ucom.4 uftdi.4 ugen.4 uhid.4 ukbd.4 ulpt.4 umass.4 \
|
||||
umodem.4 ums.4 urio.4 usb.4 uvisor.4 \
|
||||
aue.4 cue.4 kue.4 upl.4 \
|
||||
uhci.4 ohci.4
|
||||
|
|
Loading…
Reference in New Issue