Deleted Added
sdiff udiff text old ( 291026 ) new ( 299244 )
full compact
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/xinstall/Makefile 299244 2016-05-08 21:11:24Z jilles $
3
4.include <src.opts.mk>
5
6PROG= xinstall
7PROGNAME= install
8SRCS= xinstall.c getid.c
9MAN= install.1
10
11.PATH: ${.CURDIR}/../../contrib/mtree
12CFLAGS+= -I${.CURDIR}/../../contrib/mtree
13CFLAGS+= -I${.CURDIR}/../../lib/libnetbsd
14
15LIBADD= md
16
17.if ${MK_TESTS} != "no"
18SUBDIR+= tests
19.endif
20
21.include <bsd.prog.mk>