summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-10 15:54:22 +0000
committerbde <bde@FreeBSD.org>1998-05-10 15:54:22 +0000
commit5fd26ab88ab797a7f21d1c202f995ff35f6a8404 (patch)
tree8e69f6c253abfd175dea6c1d2326bb049cd9f438 /lib/libc/rpc
parentfa85384270742e1d21f94f2079840fa58971d501 (diff)
downloadFreeBSD-src-5fd26ab88ab797a7f21d1c202f995ff35f6a8404.zip
FreeBSD-src-5fd26ab88ab797a7f21d1c202f995ff35f6a8404.tar.gz
Fixed the usual missing dependencies on headers generated by rpcgen.
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r--lib/libc/rpc/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc
index 7574e4d..94cd6b3 100644
--- a/lib/libc/rpc/Makefile.inc
+++ b/lib/libc/rpc/Makefile.inc
@@ -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
OpenPOWER on IntegriCloud