From b6ab5aac2f457adca06b6ab41ec3179082948dbe Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Fri, 6 Jul 2001 05:09:46 +0000 Subject: [PATCH] export-needs-include-paths-20010705 export needs places to get afsconfig and afs/param.h --- src/export/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/export/Makefile b/src/export/Makefile index 039b36abd..a46f5c437 100644 --- a/src/export/Makefile +++ b/src/export/Makefile @@ -16,6 +16,7 @@ include ../config/Makefile.${SYS_NAME} KERNELDIR = ../libafs/ UKERNELDIR = ../libuafs/ DEFS = + INCS = -I${TOP_SRCDIR}/config -I${SRCDIR}include CFLAGS = ${OPTMZ} ${DEFS} ${INCS} EXPORTS = -bexport:export.exp IMPORTS = /lib/kernex.exp /lib/syscalls.exp extras.exp -- 2.39.5