mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 23:43:35 +00:00
Fixed the usual missing dependencies on headers generated by rpcgen.
This commit is contained in:
parent
959bcb5329
commit
881b7b471b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35908
@ -1,5 +1,5 @@
|
||||
# @(#)Makefile 5.11 (Berkeley) 9/6/90
|
||||
# $Id$
|
||||
# $Id: Makefile.inc,v 1.12 1997/10/21 08:41:09 bde Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../libc/rpc ${.CURDIR}/.
|
||||
|
||||
@ -17,7 +17,7 @@ SRCS+= auth_des.c auth_none.c auth_time.c auth_unix.c \
|
||||
svc_tcp.c svc_udp.c svc_unix.c
|
||||
|
||||
# generated sources
|
||||
SRCS+= crypt_clnt.c crypt_xdr.c
|
||||
SRCS+= crypt_clnt.c crypt_xdr.c crypt.h
|
||||
|
||||
CFLAGS+= -DBROKEN_DES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user