mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 04:21:26 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
8 lines
80 B
Makefile
8 lines
80 B
Makefile
|
|
LIB= devctl
|
|
SRCS= devctl.c
|
|
INCS= devctl.h
|
|
MAN= devctl.3
|
|
|
|
.include <bsd.lib.mk>
|