Home | History | Annotate | Line # | Download | only in tar
      1  1.5     joerg # $NetBSD: Makefile,v 1.5 2017/04/20 13:11:04 joerg Exp $
      2  1.1     joerg 
      3  1.3     joerg PROG=	tar
      4  1.5     joerg SRCS=	bsdtar.c cmdline.c creation_set.c read.c subst.c util.c write.c
      5  1.1     joerg 
      6  1.1     joerg .include <bsd.init.mk>
      7  1.1     joerg 
      8  1.1     joerg .PATH:		${LIBARCHIVEDIR}/tar
      9  1.1     joerg 
     10  1.3     joerg CLEANFILES+=	tar.1
     11  1.3     joerg 
     12  1.3     joerg tar.1: ${LIBARCHIVEDIR}/tar/bsdtar.1
     13  1.3     joerg 	${TOOL_CAT} ${LIBARCHIVEDIR}/tar/bsdtar.1 > $@
     14  1.3     joerg 
     15  1.3     joerg SYMLINKS+=${BINDIR}/tar /usr/bin/tar
     16  1.3     joerg 
     17  1.4  christos COPTS.read.c += -Wno-format-nonliteral
     18  1.4  christos 
     19  1.1     joerg .include <bsd.prog.mk>
     20