diff options
-rw-r--r-- | usr.bin/tar/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/usr.bin/tar/Makefile.am b/usr.bin/tar/Makefile.am deleted file mode 100644 index 5f54812..0000000 --- a/usr.bin/tar/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -# Process this file with automake to create Makefile.in - -bin_PROGRAMS= bsdtar -bsdtar_SOURCES= \ - bsdtar.c \ - bsdtar.h \ - bsdtar_platform.h \ - getdate.y \ - matching.c \ - read.c \ - tree.c \ - tree.h \ - util.c \ - write.c -bsdtar_LDADD= -L../libarchive -larchive -lbz2 -lz -bsdtar_CPPFLAGS= -I../libarchive -dist_man_MANS= bsdtar.1 -EXTRA_DIST= test/test.sh |