summaryrefslogtreecommitdiff
path: root/sbin/resize_ffs/Makefile
blob: 5742bbe61f8520b01bcf5f593ce9d2e6e35cfd66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$NetBSD: Makefile,v 1.7 2021/09/14 20:13:03 rillig Exp $

.include <bsd.own.mk>

PROG=resize_ffs
MAN=resize_ffs.8
SRCS=resize_ffs.c ffs_bswap.c progress.c

CPPFLAGS+=-I${NETBSDSRCDIR}/sbin/fsck

DPADD+= ${LIBUTIL}
LDADD+= -lutil

.PATH: ${NETBSDSRCDIR}/sys/ufs/ffs
.PATH: ${NETBSDSRCDIR}/sbin/fsck

# resize_ffs.c(90): error: cannot take size/alignment of incomplete type [143]
LINT_SUPPORTED=	no

.include <bsd.prog.mk>
03 +0000'>2007-02-05nfsrv_updatecache: actually use reply caches for connection oriented protocols.yamt 2007-01-17plug mbuf leaks.yamt 2006-12-27remove nqnfs.yamt 2005-12-11merge ktrace-lwp.christos 2004-05-21enable reply cache for connection oriented protocols as well.yamt 2003-11-20comments.yamt 2003-11-20fix a race case of nfsrv_getcache.yamt 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-05-21simplelock for nfsd request cache.yamt 2003-05-21- KNF.yamt 2003-05-21poolify nfsd request cache.yamt 2003-05-21indent.yamt 2003-05-21remove local definitions of TRUE and FALSE.yamt 2003-04-02use queue manipulation macros.yamt 2003-02-26Add MBUFTRACE kernel option.matt 2002-12-01Make sure these all agree on the same definitons of various variables.matt