diff options
Diffstat (limited to 'usr/src/tools/ctf/Makefile')
-rw-r--r-- | usr/src/tools/ctf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/tools/ctf/Makefile b/usr/src/tools/ctf/Makefile index 3ea3da7ca1..172509dc2f 100644 --- a/usr/src/tools/ctf/Makefile +++ b/usr/src/tools/ctf/Makefile @@ -23,12 +23,12 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright 2019 Joyent, Inc. +# include ../Makefile.tools -SUBDIRS = stabs ctfstrip libctf ctfdiff ctfdump -$(BUILD_OLD_CTF_TOOLS)SUBDIRS += cvt -$(BUILD_NEW_CTF_TOOLS)SUBDIRS += ctfmerge ctfconvert +SUBDIRS = stabs ctfstrip libctf ctfdiff ctfdump ctfmerge ctfconvert .PARALLEL: $(SUBDIRS) |