freebsd-src/sys/modules/ciss/Makefile
Warner Losh 031beb4e23 sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00

11 lines
183 B
Makefile

KMOD = ciss
.PATH: ${SRCTOP}/sys/dev/${KMOD}
SRCS = ciss.c
SRCS += opt_scsi.h opt_cam.h
SRCS += device_if.h bus_if.h pci_if.h
#CFLAGS +=-DCISS_DEBUG
.include <bsd.kmod.mk>