Deleted Added
full compact
Makefile (136856) Makefile (142988)
1#
2# Makefile for RR182x FreeBSD driver
3# Copyright (c) 2003-2004 HighPoint Technologies, Inc. All rights reserved
4#
1#
2# Makefile for RR182x FreeBSD driver
3# Copyright (c) 2003-2004 HighPoint Technologies, Inc. All rights reserved
4#
5# $FreeBSD: head/sys/modules/hptmv/Makefile 136856 2004-10-24 08:38:29Z scottl $
5# $FreeBSD: head/sys/modules/hptmv/Makefile 142988 2005-03-02 05:14:28Z scottl $
6
6
7HPTMV= ${.CURDIR}/../../contrib/dev/hptmv
8.PATH: ${.CURDIR}/../../dev/hptmv ${HPTMV}
7HPTMV= ${.CURDIR}/../../dev/hptmv
8.PATH: ${HPTMV}
9
10KMOD= hptmv
11SRCS= opt_scsi.h opt_cam.h
12SRCS+= bus_if.h device_if.h pci_if.h
13SRCS+= mv.c entry.c
14SRCS+= ioctl.c hptproc.c gui_lib.c
15OBJS+= hptmvraid.o
16

--- 31 unchanged lines hidden ---
9
10KMOD= hptmv
11SRCS= opt_scsi.h opt_cam.h
12SRCS+= bus_if.h device_if.h pci_if.h
13SRCS+= mv.c entry.c
14SRCS+= ioctl.c hptproc.c gui_lib.c
15OBJS+= hptmvraid.o
16

--- 31 unchanged lines hidden ---