git: db466e475446 - main - trim: add missing include of src.opts.mk, remove unneeded LDFLAGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Mar 2025 20:22:37 UTC
The branch main has been updated by chs:
URL: https://cgit.FreeBSD.org/src/commit/?id=db466e475446f232bdfde91c8773b0df8a653abd
commit db466e475446f232bdfde91c8773b0df8a653abd
Author: Chuck Silvers <chs@FreeBSD.org>
AuthorDate: 2025-03-19 19:49:14 +0000
Commit: Chuck Silvers <chs@FreeBSD.org>
CommitDate: 2025-03-19 19:49:14 +0000
trim: add missing include of src.opts.mk, remove unneeded LDFLAGS
Sponsored by: Netflix
---
usr.sbin/trim/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/usr.sbin/trim/Makefile b/usr.sbin/trim/Makefile
index 1263c0c6819e..1329c7f79690 100644
--- a/usr.sbin/trim/Makefile
+++ b/usr.sbin/trim/Makefile
@@ -1,6 +1,7 @@
+.include <src.opts.mk>
+
PROG= trim
MAN= trim.8
LIBADD= util
-LDFLAGS= -lutil
.include <bsd.prog.mk>