mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
9 lines
147 B
Makefile
9 lines
147 B
Makefile
|
# $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
|
||
|
|
||
|
PROG= fsirand
|
||
|
MAN= fsirand.8
|
||
|
DPADD= ${LIBUTIL}
|
||
|
LDADD= -lutil
|
||
|
|
||
|
.include <bsd.prog.mk>
|