cda2a9b2f0
This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case.
14 lines
134 B
Makefile
14 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/..
|
|
.PATH: $S
|
|
|
|
PROG= mtrace
|
|
MAN= mtrace.8
|
|
BINOWN= root
|
|
BINMODE= 4555
|
|
|
|
CFLAGS+= -I$S
|
|
|
|
.include <bsd.prog.mk>
|