mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
13 lines
161 B
Makefile
13 lines
161 B
Makefile
# $Id: Makefile,v 1.8 1998/03/07 09:49:12 bde Exp $
|
|
|
|
PROG= mtrace
|
|
|
|
S= ${.CURDIR}/..
|
|
.PATH: $S
|
|
CFLAGS+= -I$S
|
|
|
|
MAN8= mtrace.8
|
|
BINMODE=4555
|
|
|
|
.include <bsd.prog.mk>
|