summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-13 03:10:28 +0000
committerbde <bde@FreeBSD.org>1998-02-13 03:10:28 +0000
commit65241a7de7f2e0fcf6e475bcd5bb1236b86441d4 (patch)
tree5799ecb1454705c180f2b54db6393d2e31d76293 /include/Makefile
parent7fdb812e6b3d9404ee46bbc059c4580fa103e0cd (diff)
downloadFreeBSD-src-65241a7de7f2e0fcf6e475bcd5bb1236b86441d4.zip
FreeBSD-src-65241a7de7f2e0fcf6e475bcd5bb1236b86441d4.tar.gz
Uncommit the generated file key_prot.h. Install it from where it
is generated. It must be installed in both /usr/include/rpc/ and /usr/include/rpcsvc/ for historical reasons. The generated version was once missing ANSI prototypes because the wrong flags were passed to rpcgen, but that is fixed now. The committed version had `#pragma indent' which gratuitously broke K&R support. Apart from this, all versions before and after this commit are identical.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index b666ab7..6ce2fe1 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.70 1998/01/31 05:54:54 imp Exp $
+# $Id: Makefile,v 1.71 1998/02/11 04:57:24 jdp Exp $
#
# Doing a make install builds /usr/include
#
@@ -29,7 +29,7 @@ PROTOFILES= dumprestore.h routed.h rwhod.h talkd.h timed.h
RPCFILES= auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h \
rpc.h rpc_com.h rpc_msg.h svc.h svc_auth.h types.h xdr.h \
- auth_des.h des.h des_crypt.h key_prot.h
+ auth_des.h des.h des_crypt.h
MFILES= float.h floatingpoint.h stdarg.h varargs.h
LFILES= errno.h fcntl.h poll.h syslog.h termios.h
OpenPOWER on IntegriCloud