diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2005-03-13 23:49:53 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2005-03-13 23:49:53 +0000 |
| commit | bab7b08353f312d85f561ed27cc1ac971822c1f2 (patch) | |
| tree | cc7e0a30e3f74afdfb3d987e3e3359b987a36988 /usr.bin | |
| parent | f4b4a6b096389429566f3569e45ed4178857ddef (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/tar/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 9611497693cc..b9998615874d 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -7,8 +7,9 @@ PROG= bsdtar VERSION= 1.01.022 -SRCS= bsdtar.c getdate.y matching.c read.c util.c write.c -WARNS?= 6 +DIST_SRCS= bsdtar.c getdate.y matching.c read.c util.c write.c +SRCS= ${DIST_SRCS} +WARNS?= 5 DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} LDADD= -larchive -lbz2 -lz CFLAGS+= -DPACKAGE_VERSION=\"${VERSION}\" @@ -23,7 +24,7 @@ DIST_BUILD_DIR= ${.OBJDIR}/${PROG}-${VERSION} CLEANDIRS+= ${DIST_BUILD_DIR} DISTFILE= ${PROG}-${VERSION}.tar.gz # Files that just get copied to the distfile build directory -DIST_FILES= ${SRCS_ORIGINAL} +DIST_FILES= ${DIST_SRCS} DIST_FILES+= ${MAN} DIST_FILES+= bsdtar.h bsdtar_platform.h DIST_FILES+= Makefile.am |
