mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 10:16:34 +01:00
12 lines
210 B
Makefile
12 lines
210 B
Makefile
|
# from: @(#)Makefile 5.6 (Berkeley) 4/23/91
|
||
|
# $Id: Makefile,v 1.1 1993/11/16 04:16:46 brezak Exp $
|
||
|
|
||
|
PROG= slstat
|
||
|
MAN8= slstat.8
|
||
|
DPADD= ${LIBUTIL}
|
||
|
LDADD= -lutil
|
||
|
BINGRP= kmem
|
||
|
BINMODE=2555
|
||
|
|
||
|
.include <bsd.prog.mk>
|