diff options
| author | hannken <hannken@NetBSD.org> | 2019-06-04 15:07:55 +0000 |
|---|---|---|
| committer | hannken <hannken@NetBSD.org> | 2019-06-04 15:07:55 +0000 |
| commit | 47857fd4cf4779bb36c06adc47137232fce37791 (patch) | |
| tree | efb50c76ee02f6ac301c27fb82d3a6263b4a7423 /include/Makefile | |
| parent | 713ff3de33c8b5b777427379066b125c9b657eca (diff) | |
Move the basic part of XDR to common/include/rpc and common/lib/libc/rpc.
No functional change intended.
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 184661ed947..c2b7dc0e325 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.145 2019/04/24 10:26:08 roy Exp $ +# $NetBSD: Makefile,v 1.146 2019/06/04 15:07:55 hannken Exp $ # @(#)Makefile 8.2 (Berkeley) 1/4/94 # Doing a make includes builds /usr/include @@ -47,6 +47,7 @@ INCSDIR= /usr/include SUBDIR= rpc SUBDIR+= ../common/include/prop SUBDIR+= ../common/include/ppath +SUBDIR+= ../common/include/rpc .include <bsd.prog.mk> .include <bsd.subdir.mk> |
