freebsd-dev/sys/modules/lindebugfs/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
159 B
Makefile

.PATH: ${SRCTOP}/sys/compat/lindebugfs
KMOD= lindebugfs
SRCS= lindebugfs.c
SRCS+= ${LINUXKPI_GENSRCS}
CFLAGS+= ${LINUXKPI_INCLUDES}
.include <bsd.kmod.mk>