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