2b5691ee44
on devices using wear-leveling algorithms as a few weeks passed after review and discussion of trim(8) ceased and we still have no utility to perform the job. Reviewed by: hackers@ MFC after: 2 weeks
9 lines
89 B
Makefile
9 lines
89 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= trim
|
|
MAN= trim.8
|
|
LIBADD= util
|
|
LDFLAGS= -lutil
|
|
|
|
.include <bsd.prog.mk>
|