Deleted Added
full compact
Makefile (188943) Makefile (249213)
1#
1#
2# $FreeBSD: head/sys/modules/usb/urio/Makefile 188943 2009-02-23 18:32:59Z thompsa $
2# $FreeBSD: head/sys/modules/usb/urio/Makefile 249213 2013-04-06 19:12:49Z marius $
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:
9# 1. Redistributions of source code must retain the above copyright
10# notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

25# SUCH DAMAGE.
26#
27
28S= ${.CURDIR}/../../..
29
30.PATH: $S/dev/usb/storage
31
32KMOD= urio
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:
9# 1. Redistributions of source code must retain the above copyright
10# notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

25# SUCH DAMAGE.
26#
27
28S= ${.CURDIR}/../../..
29
30.PATH: $S/dev/usb/storage
31
32KMOD= urio
33SRCS= ata_if.h bus_if.h device_if.h usb_if.h vnode_if.h \
34 opt_usb.h opt_bus.h opt_cam.h opt_ata.h ata_if.h usbdevs.h \
35 urio.c
33SRCS= bus_if.h device_if.h opt_bus.h opt_usb.h usb_if.h usbdevs.h urio.c
36
37.include <bsd.kmod.mk>
34
35.include <bsd.kmod.mk>