mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
9 lines
89 B
Makefile
9 lines
89 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= trim
|
||
|
|
MAN= trim.8
|
||
|
|
LIBADD= util
|
||
|
|
LDFLAGS= -lutil
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|