freebsd-dev/usr.sbin/trim/Makefile
Eugene Grosbein 2b5691ee44 Re-add new small tool trim(8) to delete contents for blocks
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
2019-01-17 18:07:59 +00:00

9 lines
89 B
Makefile

# $FreeBSD$
PROG= trim
MAN= trim.8
LIBADD= util
LDFLAGS= -lutil
.include <bsd.prog.mk>