Makefile (193d9e768ba63fcfb187cfd17f461f7d41345048) | Makefile (3dc87e52a962e886e43b18029ade4bf758be12b0) |
---|---|
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: --- 27 unchanged lines hidden (view full) --- 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 \ 43 usb_template_serialnet.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: --- 27 unchanged lines hidden (view full) --- 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 \ 43 usb_template_serialnet.c \ |
44 usb_template_midi.c | 44 usb_template_midi.c \ 45 usb_template_multi.c |
45 46.include <bsd.kmod.mk> | 46 47.include <bsd.kmod.mk> |