summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/tar/Makefile
diff options
context:
space:
mode:
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 33323b3..0da24e3 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
OpenPOWER on IntegriCloud