xref
: /
freebsd
/
usr.sbin
/
trim
/
Makefile
(revision 643ac419fafba89f5adda0e0ea75b538727453fb)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
PROG
=
trim
4
MAN
=
trim
.
8
5
LIBADD
=
util
6
LDFLAGS
= -
lutil
7
8
.
include
<
bsd.prog.mk
>
9