diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-06-05 07:00:41 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-06-05 07:00:41 +0000 |
commit | fc511333b68089f65d2137fa64e3f0a3f290cdf2 (patch) | |
tree | 4867283b3141dc0ff9807b9a3ea9b8c9634b9d5d | |
parent | 8659c37498864e3c0bb4771f4d8959bd6a3a8cb5 (diff) | |
download | src-fc511333b68089f65d2137fa64e3f0a3f290cdf2.tar.gz src-fc511333b68089f65d2137fa64e3f0a3f290cdf2.zip |
SUBDIR is initially empty.
Notes
Notes:
svn path=/head/; revision=97854
-rw-r--r-- | gnu/usr.bin/tar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile index 6afb9cc3c6d1..e4881791c231 100644 --- a/gnu/usr.bin/tar/Makefile +++ b/gnu/usr.bin/tar/Makefile @@ -5,7 +5,7 @@ TARDIR= ${.CURDIR}/../../../contrib/tar PROG= tar -SUBDIR+= doc +SUBDIR= doc # libtar SRCS SRCS= addext.c argmatch.c backupfile.c basename.c dirname.c error.c \ |