90e655ea4e
These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
13 lines
121 B
Makefile
13 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/..
|
|
.PATH: $S
|
|
|
|
PROG= mtrace
|
|
MAN= mtrace.8
|
|
BINMODE= 4555
|
|
|
|
CFLAGS+= -I$S
|
|
|
|
.include <bsd.prog.mk>
|