mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
8 lines
148 B
Makefile
8 lines
148 B
Makefile
# $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
|
|
|
|
PROG= fsirand
|
|
MAN8= fsirand.8
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|