diff options
Diffstat (limited to 'bin/expr')
-rw-r--r-- | bin/expr/Makefile | 2 | ||||
-rw-r--r-- | bin/expr/Makefile.depend | 2 | ||||
-rw-r--r-- | bin/expr/expr.1 | 2 | ||||
-rw-r--r-- | bin/expr/expr.y | 2 | ||||
-rw-r--r-- | bin/expr/tests/Makefile | 2 | ||||
-rw-r--r-- | bin/expr/tests/Makefile.depend | 1 |
6 files changed, 0 insertions, 11 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile index dd74272e97b2..7239e82631b0 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -1,5 +1,3 @@ -# $FreeBSD$ - .include <src.opts.mk> PACKAGE=runtime diff --git a/bin/expr/Makefile.depend b/bin/expr/Makefile.depend index d084433f911c..c2fea3d32305 100644 --- a/bin/expr/Makefile.depend +++ b/bin/expr/Makefile.depend @@ -1,8 +1,6 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ - gnu/lib/csu \ include \ include/xlocale \ lib/${CSU_DIR} \ diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 88b7171f164f..72830a55ec66 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -28,8 +28,6 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ -.\" .Dd October 5, 2016 .Dt EXPR 1 .Os diff --git a/bin/expr/expr.y b/bin/expr/expr.y index 4f07275031a3..629ff8d7b9e8 100644 --- a/bin/expr/expr.y +++ b/bin/expr/expr.y @@ -4,8 +4,6 @@ * and placed in the public domain. * * Largely rewritten by J.T. Conklin (jtc@wimsey.com) - * - * $FreeBSD$ */ #include <sys/types.h> diff --git a/bin/expr/tests/Makefile b/bin/expr/tests/Makefile index 21b0e993fedc..27f7438ba7d0 100644 --- a/bin/expr/tests/Makefile +++ b/bin/expr/tests/Makefile @@ -1,5 +1,3 @@ -# $FreeBSD$ - NETBSD_ATF_TESTS_SH= expr_test ATF_TESTS_SH_SED_expr_test+= -e 's/eval expr/eval expr --/g' diff --git a/bin/expr/tests/Makefile.depend b/bin/expr/tests/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/bin/expr/tests/Makefile.depend +++ b/bin/expr/tests/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ |