diff options
Diffstat (limited to 'usr.bin/ldd32/Makefile')
-rw-r--r-- | usr.bin/ldd32/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/ldd32/Makefile b/usr.bin/ldd32/Makefile new file mode 100644 index 000000000000..993fa8f3ff5c --- /dev/null +++ b/usr.bin/ldd32/Makefile @@ -0,0 +1,10 @@ +NEED_COMPAT= 32 +.include <bsd.compat.mk> + +PROG= ldd32 +MAN= +MLINKS= ldd.1 ldd32.1 +TAGS+= lib32 + +.PATH: ${SRCTOP}/usr.bin/ldd +.include "${SRCTOP}/usr.bin/ldd/Makefile" |