diff options
author | Ed Maste <emaste@FreeBSD.org> | 2018-06-21 14:28:20 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2018-06-21 14:28:20 +0000 |
commit | 9b844631a61b29f0152fcbb9984e4eb09d4dc50d (patch) | |
tree | 4c6a19d5769043e8efed4d537b5dcbf65dbc1508 /usr.bin/Makefile | |
parent | 22c1b4c0f14966310c9455418bc966f41d2977af (diff) | |
download | src-test2-9b844631a61b29f0152fcbb9984e4eb09d4dc50d.tar.gz src-test2-9b844631a61b29f0152fcbb9984e4eb09d4dc50d.zip |
Notes
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index cb4f056134f0..f99fcdcf6367 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -264,7 +264,7 @@ SUBDIR.${MK_TOOLCHAIN}+= c89 SUBDIR.${MK_TOOLCHAIN}+= c99 SUBDIR.${MK_TOOLCHAIN}+= ctags SUBDIR.${MK_TOOLCHAIN}+= cxxfilt -SUBDIR.${MK_TOOLCHAIN}+= elfcopy +SUBDIR.${MK_TOOLCHAIN}+= objcopy SUBDIR.${MK_TOOLCHAIN}+= file2c # ARM64TODO gprof does not build # RISCVTODO gprof does not build |