From 9a47003cef7592683e170bd519dd31de2a702449 Mon Sep 17 00:00:00 2001 From: ngie Date: Sun, 15 Nov 2015 21:58:04 +0000 Subject: [PATCH] MFstable/10 r290890: MFC r283245: r283245 (by imp): Remove stray DEBUG_FLAGS=-g that snuck in with r184761. git-svn-id: svn://svn.freebsd.org/base/stable/9@290891 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/tar/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 7d3abf88e..c0e83698c 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -38,7 +38,6 @@ CFLAGS+= -I${LIBARCHIVEDIR}/tar -I${LIBARCHIVEDIR}/libarchive CFLAGS+= -I${LIBARCHIVEDIR}/libarchive_fe SYMLINKS= bsdtar ${BINDIR}/tar MLINKS= bsdtar.1 tar.1 -DEBUG_FLAGS=-g .PHONY: check test clean-test check test: $(PROG) bsdtar.1.gz -- 2.45.0