mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 19:03:48 +01:00
9 lines
92 B
Makefile
9 lines
92 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
LIB= devctl
|
||
|
SRCS= devctl.c
|
||
|
INCS= devctl.h
|
||
|
MAN= devctl.3
|
||
|
|
||
|
.include <bsd.lib.mk>
|