aboutsummaryrefslogblamecommitdiff
path: root/tools/tools/syscall_timing/Makefile
blob: 1aeafb632ce6e38cb4b58eaca674fa3185aab5aa (plain) (tree)
1
2
3
4
5
6
7
8
9





                          
    
 
                       
 
                      
#
# $FreeBSD$
#

PROG=	syscall_timing
CFLAGS+=	-static -O
MAN=

#LIBADD=	pthread

.include <bsd.prog.mk>