08371645ee
Clear the clean flag in the SB when an inode has been cleared.
12 lines
239 B
Makefile
12 lines
239 B
Makefile
# $NetBSD: Makefile,v 1.8 1998/03/18 16:51:31 bouyer Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= clri
|
|
MAN= clri.8
|
|
SRCS= clri.c ffs_bswap.c
|
|
DPADD= ${LIBUTIL}
|
|
LDADD+= -lutil
|
|
.PATH: ${.CURDIR}/../../sys/ufs/ffs
|
|
|
|
.include <bsd.prog.mk>
|