MFC:
[dragonfly.git] / include / rpc / Makefile
blob197b06f74bd2702024b8c6e4f403278f0facfb29
1 # $FreeBSD: src/include/rpc/Makefile,v 1.2.2.1 2002/07/22 14:21:46 ru Exp $
2 # $DragonFly: src/include/rpc/Makefile,v 1.2 2003/06/17 04:25:58 dillon Exp $
4 NOOBJ= noobj
5 INCS= auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h \
6 rpc.h rpc_com.h rpc_msg.h svc.h svc_auth.h types.h xdr.h \
7 auth_des.h des.h des_crypt.h
8 INCSDIR=${INCLUDEDIR}/rpc
10 .include <bsd.prog.mk>