mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
406d87b1c3
Sponsored by: The FreeBSD Foundation
10 lines
153 B
Makefile
10 lines
153 B
Makefile
# $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
|
|
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= fsirand
|
|
MAN= fsirand.8
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|