mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 04:21:26 +01:00
031beb4e23
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
8 lines
137 B
Makefile
8 lines
137 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/ncthwm
|
|
KMOD= ncthwm
|
|
SRCS= ncthwm.c
|
|
SRCS+= device_if.h bus_if.h isa_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|