aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/tar/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-12-24 10:52:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-12-24 10:52:23 +0000
commitd6e3a23dbcae64e21cec312f7db166a380489b33 (patch)
tree89c3ebc0aa638af3ee42275a4c0c092f9812a6dc /gnu/usr.bin/tar/Makefile
parent3d0dea2a758396c30338942a2724491c6883caaa (diff)
downloadsrc-d6e3a23dbcae64e21cec312f7db166a380489b33.tar.gz
src-d6e3a23dbcae64e21cec312f7db166a380489b33.zip
Clean up the -j/-y/--bzip entry in usage().
Add the -U and --unlink-first options which are the offical verions of our --unlink localism. Add support for the "TAR_OPTIONS" environmental variable. Obtained from: GNU tar 1.13.18
Notes
Notes: svn path=/head/; revision=70327
Diffstat (limited to 'gnu/usr.bin/tar/Makefile')
-rw-r--r--gnu/usr.bin/tar/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile
index 33323b363be1..0da24e388e2b 100644
--- a/gnu/usr.bin/tar/Makefile
+++ b/gnu/usr.bin/tar/Makefile
@@ -1,7 +1,9 @@
+# $FreeBSD$
+
PROG= tar
SRCS= buffer.c create.c diffarch.c extract.c getdate.y \
getoldopt.c getopt.c getopt1.c gnu.c list.c mangle.c names.c port.c \
- rtapelib.c tar.c update.c version.c
+ prepend_args.c rtapelib.c tar.c update.c version.c
CFLAGS+= -DRETSIGTYPE=void -DDIRENT=1 -DHAVE_SYS_MTIO_H=1 -DHAVE_UNISTD_H=1
CFLAGS+= -DHAVE_GETGRGID=1 -DHAVE_GETPWUID=1 -DHAVE_STRING_H=1
CFLAGS+= -DHAVE_LIMITS_H=1 -DHAVE_STRSTR=1 -DHAVE_VALLOC=1 -DHAVE_MKDIR=1