2002-08-19 14:16:51 +04:00
|
|
|
# $NetBSD: Makefile,v 1.6 2002/08/19 10:16:54 lukem Exp $
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
1997-03-07 23:16:39 +03:00
|
|
|
|
|
|
|
PROG= fsirand
|
1998-03-18 20:07:14 +03:00
|
|
|
SRCS= fsirand.c ffs_bswap.c
|
1997-03-07 23:16:39 +03:00
|
|
|
MAN= fsirand.8
|
1998-03-18 20:07:14 +03:00
|
|
|
|
2001-11-16 07:25:42 +03:00
|
|
|
LDADD+= -lutil
|
|
|
|
|
2001-08-03 06:30:23 +04:00
|
|
|
WARNS= 2
|
|
|
|
|
2002-08-19 14:16:51 +04:00
|
|
|
.PATH: ${NETBSDSRCDIR}/sys/ufs/ffs
|
1997-03-07 23:16:39 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|