summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-11-07 10:49:40 +0000
committeruqs <uqs@FreeBSD.org>2010-11-07 10:49:40 +0000
commit56ffdf90bf59755895167fba041999903376d173 (patch)
tree9fb2b424d9664a26d689c9f8e82d1ec9a3f24d6a /usr.bin
parentb8495e1696704ee9dcc5b0c1e3cbc06f830ea5fb (diff)
downloadFreeBSD-src-56ffdf90bf59755895167fba041999903376d173.zip
FreeBSD-src-56ffdf90bf59755895167fba041999903376d173.tar.gz
Retire objformat(1), take two.
It's been almost four years, and this placeholder has not been needed.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/objformat/Makefile7
-rw-r--r--usr.bin/objformat/objformat.sh26
2 files changed, 0 insertions, 33 deletions
diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile
deleted file mode 100644
index 9550ff0..0000000
--- a/usr.bin/objformat/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# $FreeBSD$
-
-SCRIPTS=objformat.sh
-NO_MAN=
-
-.include <bsd.prog.mk>
-
diff --git a/usr.bin/objformat/objformat.sh b/usr.bin/objformat/objformat.sh
deleted file mode 100644
index edd9607..0000000
--- a/usr.bin/objformat/objformat.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#! /bin/sh
-# $FreeBSD$
-# /usr/bin/objformat has been obsolete and deprecated for years.
-# Please remove any build/configure script references. New software
-# should only have to only support elf on FreeBSD.
-#
-# FreeBSD-2.0, 2.1.x and 2.2.x will use a.out
-# FreeBSD-3.x will have a real /usr/bin/objformat and are more likely
-# to be elf than a.out.
-# Assume that FreeBSD-4.x will be using elf even though it is
-# **theoretically** possible to build an a.out world.
-# FreeBSD-5.x and higher only support elf.
-#
-
-echo '========================================================' 1>&2
-echo '== PLEASE REMOVE ALL REFERENCES TO /usr/bin/objformat ==' 1>&2
-echo '=========== IT HAS BEEN OBSOLETE FOR YEARS! ====-=======' 1>&2
-echo '========================================================' 1>&2
-(echo '========================================================' >/dev/tty) 2>/dev/null
-(echo '== PLEASE REMOVE ALL REFERENCES TO /usr/bin/objformat ==' >/dev/tty) 2>/dev/null
-(echo '=========== IT HAS BEEN OBSOLETE FOR YEARS! ====-=======' >/dev/tty) 2>/dev/null
-(echo '========================================================' >/dev/tty) 2>/dev/null
-# highlight the nag or it will never be fixed!
-sleep 10
-echo elf
-exit 0
OpenPOWER on IntegriCloud