mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 08:31:06 +01:00
031beb4e23
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
7 lines
116 B
Makefile
7 lines
116 B
Makefile
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $
|
|
|
|
KMOD= ng_hole
|
|
SRCS= ng_hole.c
|
|
|
|
.include <bsd.kmod.mk>
|