diff options
author | ngie <ngie@FreeBSD.org> | 2015-11-15 21:56:15 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-11-15 21:56:15 +0000 |
commit | 69b1aae6688c1f2fb6b64def10ea9696657c1150 (patch) | |
tree | edba50285841c61267cc86aad90d6fdffdbaac45 /usr.bin | |
parent | 2eb395533f4783959ca2d01b061891f0724b72a2 (diff) | |
download | FreeBSD-src-69b1aae6688c1f2fb6b64def10ea9696657c1150.zip FreeBSD-src-69b1aae6688c1f2fb6b64def10ea9696657c1150.tar.gz |
MFC r283245:
r283245 (by imp):
Remove stray DEBUG_FLAGS=-g that snuck in with r184761.
Diffstat (limited to 'usr.bin')
-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 d1f400b..2b42adc 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -39,7 +39,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 |