Initial import from FreeBSD RELENG_4:
[dragonfly.git] / include / rpc / Makefile
1 # $FreeBSD: src/include/rpc/Makefile,v 1.2.2.1 2002/07/22 14:21:46 ru Exp $
2
3 NOOBJ=  noobj
4 INCS=   auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h \
5         rpc.h rpc_com.h rpc_msg.h svc.h svc_auth.h types.h xdr.h \
6         auth_des.h des.h des_crypt.h
7 INCSDIR=${INCLUDEDIR}/rpc
8
9 .include <bsd.prog.mk>