ec57cc7eb3
I didn't have time to clean it up completely before my legal status w.r.t. open source projects goes into limbo for a while. Other developers are encouraged to play with the tool and get it into release-worthy shape. TODO list (see TODO file) * verify it builds on -current, put it into release lists/etc. and src/sbin/Makefile (built & tested on 1.6.1) * make it ask questions before doing any work (confirm) * create regression test suite (see discussions on tech-kern and developers) and fix any bugs * verify conversion to ANSI C didn't break anything * port to UFS2
7 lines
114 B
Makefile
7 lines
114 B
Makefile
# $NetBSD: Makefile,v 1.1 2003/02/21 04:08:54 jtk Exp $
|
|
|
|
PROG=resize_ffs
|
|
MAN=resize_ffs.8
|
|
|
|
.include <bsd.prog.mk>
|