diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2008-08-25 02:18:12 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2008-08-25 02:18:12 +0000 |
| commit | b13116d93da85d504961642d7201b8cb1201d440 (patch) | |
| tree | 3d05a9ee3fabebe4885dc3d5bbb191f3001bb3fc /usr.bin | |
| parent | 8084fc647ccb618e0b3368b3a12790cb930e200a (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/tar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 94db83121dac..1dc4388f7a69 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -14,6 +14,6 @@ MLINKS= bsdtar.1 tar.1 .PHONY: check test check test: $(PROG) bsdtar.1.gz - cd ${.CURDIR}/test && make clean test + cd ${.CURDIR}/test && make test .include <bsd.prog.mk> |
