NetBSD/sbin/fsirand/Makefile

12 lines
188 B
Makefile
Raw Normal View History

2001-08-03 06:30:23 +04:00
# $NetBSD: Makefile,v 1.4 2001/08/03 02:30:23 lukem Exp $
PROG= fsirand
SRCS= fsirand.c ffs_bswap.c
MAN= fsirand.8
2001-08-03 06:30:23 +04:00
WARNS= 2
.PATH: ${.CURDIR}/../../sys/ufs/ffs
.include <bsd.prog.mk>