]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/xinstall/Makefile
Import tzdata 2019c.
[FreeBSD/FreeBSD.git] / usr.bin / xinstall / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PROG=           xinstall
7 PROGNAME=       install
8 SRCS=           xinstall.c getid.c
9 MAN=            install.1
10
11 .PATH:          ${SRCTOP}/contrib/mtree
12 CFLAGS+=        -I${SRCTOP}/contrib/mtree
13 CFLAGS+=        -I${SRCTOP}/lib/libnetbsd
14
15 LIBADD= md
16
17 .if ${MK_TESTS} != "no"
18 SUBDIR+=        tests
19 .endif
20
21 .include <bsd.prog.mk>