mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
9 lines
153 B
Makefile
9 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>
|