3 # Copyright 2000, International Business Machines Corporation and others.
6 # This software has been released under the terms of the IBM Public
7 # License. For details, see the LICENSE file in the top-level source
8 # directory or online at http://www.openafs.org/dl/license10.html
10 include src/config/Makefile.config
13 cd src && cd config && $(MAKE)
14 src/config/config src/libafs/MakefileProto \
15 src/libafs/Makefile ${SYS_NAME}
16 cd src && cd libafs && $(MAKE)
19 cd src && cd config && $(MAKE) clean
20 cd src && cd libafs && $(MAKE) clean
23 rm -f Makefile src/config/Makefile src/config/Makefile.config \
24 src/config/Makefile.version src/libafs/Makefile.common \