Makefile.inc (f5365e2a65f39af2e7678ca98810c93872a4da7a) | Makefile.inc (6fad3aaf157b3ab3d64b99ca7c14751124c044dd) |
---|---|
1# @(#)Makefile 5.11 (Berkeley) 9/6/90 2# $FreeBSD$ 3 4.PATH: ${.CURDIR}/rpc ${.CURDIR}/. 5SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \ 6 clnt_dg.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c \ 7 clnt_vc.c rpc_dtablesize.c getnetconfig.c getnetpath.c getrpcent.c \ 8 getrpcport.c mt_misc.c pmap_clnt.c pmap_getmaps.c pmap_getport.c \ --- 11 unchanged lines hidden (view full) --- 20SRCS+= netname.c netnamer.c rpcdname.c 21 22# Misc Source 23SRCS+= rtime.c 24 25# generated sources 26SRCS+= crypt_clnt.c crypt_xdr.c crypt.h 27 | 1# @(#)Makefile 5.11 (Berkeley) 9/6/90 2# $FreeBSD$ 3 4.PATH: ${.CURDIR}/rpc ${.CURDIR}/. 5SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \ 6 clnt_dg.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c \ 7 clnt_vc.c rpc_dtablesize.c getnetconfig.c getnetpath.c getrpcent.c \ 8 getrpcport.c mt_misc.c pmap_clnt.c pmap_getmaps.c pmap_getport.c \ --- 11 unchanged lines hidden (view full) --- 20SRCS+= netname.c netnamer.c rpcdname.c 21 22# Misc Source 23SRCS+= rtime.c 24 25# generated sources 26SRCS+= crypt_clnt.c crypt_xdr.c crypt.h 27 |
28SYM_MAPS+=${.CURDIR}/rpc/Symbol.map 29 |
|
28CFLAGS+= -DBROKEN_DES -DPORTMAP -DDES_BUILTIN 29CFLAGS+= -I${.CURDIR}/rpc 30 31CLEANFILES+= crypt_clnt.c crypt_xdr.c crypt.h 32 33RPCDIR= ${DESTDIR}/usr/include/rpcsvc 34RPCGEN= rpcgen -C 35 --- 141 unchanged lines hidden --- | 30CFLAGS+= -DBROKEN_DES -DPORTMAP -DDES_BUILTIN 31CFLAGS+= -I${.CURDIR}/rpc 32 33CLEANFILES+= crypt_clnt.c crypt_xdr.c crypt.h 34 35RPCDIR= ${DESTDIR}/usr/include/rpcsvc 36RPCGEN= rpcgen -C 37 --- 141 unchanged lines hidden --- |