NetBSD/usr.bin/ktrace/Makefile

15 lines
294 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2009/04/14 22:15:22 lukem Exp $
1997-07-23 09:44:09 +04:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk> # for MKDYNAMICROOT definition
1994-05-11 11:14:29 +04:00
PROG= ktrace
SRCS= ktrace.c subr.c
MLINKS= ktrace.1 ktruss.1
.if (${MKDYNAMICROOT} == "no")
LDSTATIC?=-static
.endif
1993-03-21 12:45:37 +03:00
1994-05-11 11:14:29 +04:00
.include <bsd.prog.mk>