summaryrefslogtreecommitdiffstats
path: root/include/rpcsvc
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/rpcsvc
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/rpcsvc')
-rw-r--r--include/rpcsvc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile
index 71cd966..8b058ee 100644
--- a/include/rpcsvc/Makefile
+++ b/include/rpcsvc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
-# $Id: Makefile,v 1.20 1998/01/16 11:51:19 bde Exp $
+# $Id: Makefile,v 1.21 1998/01/19 17:19:09 wpaul Exp $
.SUFFIXES: .x
@@ -25,6 +25,8 @@ beforeinstall:
${XFILES:S;^;${.CURDIR}/;} \
${HDRS} \
${DESTDIR}/usr/include/rpcsvc
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 key_prot.h \
+ ${DESTDIR}/usr/include/rpc
.x.h:
${RPCCOM} -h ${.IMPSRC} -o ${.TARGET}
OpenPOWER on IntegriCloud