diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-04 09:16:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-04 09:16:15 +0000 |
commit | 20ef4a18c4d4196740cbb064e38120817f8efc2c (patch) | |
tree | 34623ce371e9efc82d11731824f75e073b81ada6 /lib/librpcsvc | |
parent | 8a19a997f66968fcd567b85ed0045db43b37cff9 (diff) |
beforeinstall -> includes
Diffstat (limited to 'lib/librpcsvc')
-rw-r--r-- | lib/librpcsvc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile index 46b73650e7a..d8ffea56cca 100644 --- a/lib/librpcsvc/Makefile +++ b/lib/librpcsvc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/10/18 08:43:10 deraadt Exp $ +# $Id: Makefile,v 1.2 1996/05/04 09:16:14 deraadt Exp $ RPCSRCS= bootparam_prot.x klm_prot.x mount.x nfs_prot.x\ @@ -15,7 +15,7 @@ NOPIC= all: ${HDRS} beforedepend: ${HDRS} -beforeinstall: +includes: install -d -o ${BINOWN} -g ${BINGRP} -m 755 \ ${DESTDIR}/usr/include/rpcsvc @for i in $(HDRS); do \ |