Makefile (63722e52121eb7b86537db4a3f53af8ad323b43c) | Makefile (8427dd0899fb0a5f652eccf69efcc673a327c7bf) |
---|---|
1# 2# $FreeBSD$ 3# | 1# 2# $FreeBSD$ 3# |
4# Copyright (c) 2008 Hans Petter Selasky. All rights reserved. | 4# Copyright (c) 2008-2020 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: 9# 1. Redistributions of source code must retain the above copyright 10# notice, this list of conditions and the following disclaimer. 11# 2. Redistributions in binary form must reproduce the above copyright 12# notice, this list of conditions and the following disclaimer in the --- 27 unchanged lines hidden (view full) --- 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 \ 45 usb_template_multi.c \ 46 usb_template_cdceem.c 47 | 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: 9# 1. Redistributions of source code must retain the above copyright 10# notice, this list of conditions and the following disclaimer. 11# 2. Redistributions in binary form must reproduce the above copyright 12# notice, this list of conditions and the following disclaimer in the --- 27 unchanged lines hidden (view full) --- 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 \ 45 usb_template_multi.c \ 46 usb_template_cdceem.c 47 |
48# 49# NOTE: 50# Keep source list above in sync with stand/usb/usbcore.mk 51# 52 |
|
48.include <bsd.kmod.mk> | 53.include <bsd.kmod.mk> |