diff options
author | imp <imp@FreeBSD.org> | 2015-05-21 14:36:14 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2015-05-21 14:36:14 +0000 |
commit | 3beb8f57112a68f6ee0556e62ba8a528aac92a14 (patch) | |
tree | 050f0433624ecc832aea5fac5a95ed7df5213f9e /usr.bin/tar | |
parent | d5c96ed93aa553693a1dc80cda91e6e46edd16e5 (diff) | |
download | FreeBSD-src-3beb8f57112a68f6ee0556e62ba8a528aac92a14.zip FreeBSD-src-3beb8f57112a68f6ee0556e62ba8a528aac92a14.tar.gz |
Remove stray DEBUG_FLAGS=-g that snuck in with r184761.
Diffstat (limited to 'usr.bin/tar')
-rw-r--r-- | usr.bin/tar/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index f7e7775..e8a9ad4 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -31,7 +31,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 |