summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/tar/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/tar/lib/Makefile')
-rw-r--r--gnu/usr.bin/tar/lib/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/usr.bin/tar/lib/Makefile b/gnu/usr.bin/tar/lib/Makefile
new file mode 100644
index 0000000..c896a53
--- /dev/null
+++ b/gnu/usr.bin/tar/lib/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+LIB= tar
+INTERNALLIB= YES
+
+SRCS= addext.c argmatch.c backupfile.c basename.c dirname.c error.c \
+ exclude.c full-write.c getdate.c getopt.c getopt1.c getstr.c \
+ getline.c hash.c human.c mktime.c modechange.c msleep.c prepargs.c \
+ print-copyr.c quote.c quotearg.c safe-read.c save-cwd.c savedir.c \
+ unicodeio.c xgetcwd.c xmalloc.c xstrdup.c \
+ xstrtoimax.c xstrtoul.c xstrtoumax.c
+
+CFLAGS+= ${TARCFLAGS}
+
+.include <bsd.lib.mk>
+
+.PATH: ${TARDIR}/lib
OpenPOWER on IntegriCloud