mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-29 06:47:21 +01:00
8 lines
109 B
Makefile
8 lines
109 B
Makefile
# from: @(#)Makefile 5.6 (Berkeley) 4/23/91
|
|
# $FreeBSD$
|
|
|
|
PROG= slstat
|
|
MAN8= slstat.8
|
|
|
|
.include <bsd.prog.mk>
|