diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-08-12 12:27:08 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-08-13 14:48:41 +0000 |
commit | 721fdba59f859b6a6bc0b13612a5e4c9003337a7 (patch) | |
tree | 9a9dba2c1f203e4ca8901bea44c8da5786ae69be | |
parent | 035d10a313a383b868a915d6776e05d268afa0b3 (diff) |
sysutils/lsof: remove noop powerpc knob
-rw-r--r-- | sysutils/lsof/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index dc99551e991d..27942be028b2 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -24,7 +24,6 @@ SHEBANG_FILES= scripts/*.pl HAS_CONFIGURE= yes -CFLAGS_powerpc= -DAIM CFLAGS_powerpcspe= -DBOOKE OPTIONS_DEFINE_powerpc64= AIM BOOKE |