summaryrefslogtreecommitdiffstats
path: root/usr.bin/brandelf/Makefile
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1996-10-16 18:16:22 +0000
committersos <sos@FreeBSD.org>1996-10-16 18:16:22 +0000
commitcb13266b14cfd0d926c97f3dd5c7975fe942dfed (patch)
tree269eacb5dc8d2689194e14894cc9b33cc860b83e /usr.bin/brandelf/Makefile
parentc578b9b25452d270f95a617d87add04090501747 (diff)
downloadFreeBSD-src-cb13266b14cfd0d926c97f3dd5c7975fe942dfed.zip
FreeBSD-src-cb13266b14cfd0d926c97f3dd5c7975fe942dfed.tar.gz
Utility to "brand" ELF binaries.
Man page to come... For now use: <brandelf -t Linux linuxbin> to brand, and just <brandelf> to verify branding on a ELF file. FreeBSD native is set with <brandelf -t FreeBSD freebsdbin>.
Diffstat (limited to 'usr.bin/brandelf/Makefile')
-rw-r--r--usr.bin/brandelf/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/brandelf/Makefile b/usr.bin/brandelf/Makefile
new file mode 100644
index 0000000..8fbff96
--- /dev/null
+++ b/usr.bin/brandelf/Makefile
@@ -0,0 +1,5 @@
+PROG= brandelf
+
+NOMAN= brandelf.1
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud