Makefile (9268022b74279434ed6300244e3f977e56a8ceb5) | Makefile (27f9c0b3d9cf46af25c827ebb8563cf75838b8e6) |
---|---|
1# 2# $FreeBSD$ 3# 4# Copyright (c) 2008 Hans Petter Selasky. All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions 8# are met: --- 25 unchanged lines hidden (view full) --- 34 usb_template.c \ 35 usb_template_audio.c \ 36 usb_template_cdce.c \ 37 usb_template_kbd.c \ 38 usb_template_modem.c \ 39 usb_template_mouse.c \ 40 usb_template_msc.c \ 41 usb_template_mtp.c \ | 1# 2# $FreeBSD$ 3# 4# Copyright (c) 2008 Hans Petter Selasky. All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions 8# are met: --- 25 unchanged lines hidden (view full) --- 34 usb_template.c \ 35 usb_template_audio.c \ 36 usb_template_cdce.c \ 37 usb_template_kbd.c \ 38 usb_template_modem.c \ 39 usb_template_mouse.c \ 40 usb_template_msc.c \ 41 usb_template_mtp.c \ |
42 usb_template_phone.c | 42 usb_template_phone.c \ 43 usb_template_serialnet.c |
43 44.include <bsd.kmod.mk> | 44 45.include <bsd.kmod.mk> |