NetBSD/usr.bin/ktrace/Makefile

9 lines
176 B
Makefile
Raw Normal View History

1994-10-06 18:44:32 +03:00
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.5 1994/12/06 14:54:55 deraadt Exp $
1993-03-21 12:45:37 +03:00
LDSTATIC=-static
1994-05-11 11:14:29 +04:00
PROG= ktrace
SRCS= ktrace.c subr.c
1993-03-21 12:45:37 +03:00
1994-05-11 11:14:29 +04:00
.include <bsd.prog.mk>