git: 3209f63851b9 - main - trim: Remove unnecessary include of src.opts.mk
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Mar 2025 16:10:36 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=3209f63851b9e44b9d586857babe809cf7df6bfc commit 3209f63851b9e44b9d586857babe809cf7df6bfc Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-03-20 12:05:58 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-03-24 16:10:09 +0000 trim: Remove unnecessary include of src.opts.mk Reviewed by: chs Fixes: db466e475446 ("trim: add missing include of src.opts.mk, remove unneeded LDFLAGS") Differential Revision: https://reviews.freebsd.org/D49485 --- usr.sbin/trim/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/trim/Makefile b/usr.sbin/trim/Makefile index 1329c7f79690..6cf96b703094 100644 --- a/usr.sbin/trim/Makefile +++ b/usr.sbin/trim/Makefile @@ -1,5 +1,3 @@ -.include <src.opts.mk> - PROG= trim MAN= trim.8 LIBADD= util