Properly detect interruptable LWKT sleeps and display as 'S' instead of 'D'.
[dragonfly/vkernel-mp.git] / usr.bin / rpcgen / Makefile
blob6710bec795b31defe5378f24e91e578fbcb87c74
1 # $FreeBSD: src/usr.bin/rpcgen/Makefile,v 1.5.6.1 2001/04/25 11:29:34 ru Exp $
2 # $DragonFly: src/usr.bin/rpcgen/Makefile,v 1.3 2004/06/19 18:40:36 joerg Exp $
4 PROG= rpcgen
5 SRCS= rpc_main.c rpc_clntout.c rpc_cout.c rpc_hout.c rpc_parse.c \
6 rpc_sample.c rpc_scan.c rpc_svcout.c rpc_tblout.c rpc_util.c
8 .include <bsd.prog.mk>