]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/hptnr/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / hptnr / Makefile
1 # $FreeBSD$
2 HPTNR=  ${.CURDIR}/../../dev/hptnr
3 .PATH:  ${HPTNR}
4
5 KMOD=   hptnr
6 SRCS=   bus_if.h device_if.h pci_if.h
7 SRCS+=  opt_cam.h opt_scsi.h
8 SRCS+=  os_bsd.h hptnr_os_bsd.c hptnr_osm_bsd.c hptnr_config.c
9 OBJS+=  hptnr_lib.o
10
11 hptnr_lib.o:
12         uudecode -p < ${HPTNR}/${MACHINE_ARCH}-elf.hptnr_lib.o.uu > ${.TARGET}
13
14 .include <bsd.kmod.mk>