mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
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
8 lines
89 B
Makefile
8 lines
89 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= trim
|
|
MAN= trim.8
|
|
LIBADD= util
|
|
LDFLAGS= -lutil
|
|
|
|
.include <bsd.prog.mk>
|