NetBSD/usr.bin/ktrace/Makefile

9 lines
172 B
Makefile
Raw Normal View History

1997-10-19 07:39:50 +04:00
# $NetBSD: Makefile,v 1.8 1997/10/19 03:39:50 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
1994-05-11 11:14:29 +04:00
PROG= ktrace
SRCS= ktrace.c subr.c
1997-07-23 09:44:09 +04:00
LDSTATIC=-static
1993-03-21 12:45:37 +03:00
1994-05-11 11:14:29 +04:00
.include <bsd.prog.mk>