9247e3c6491d05d7af939d880fc88fe1aae8ee1f
[openafs.git] / src / libadmin / Makefile.in
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 DESTDIR=@DESTDIR@
9 SRCDIR=@SRCDIR@
10 TOP_SRCDIR=@TOP_SRCDIR@
11 SYS_NAME=@AFS_SYSNAME@
12
13 include ../config/Makefile.${SYS_NAME}
14
15 all: install
16
17 install: ${DESTDIR}/include/afs/afs_Admin.h
18
19 ${DESTDIR}/include/afs/afs_Admin.h: afs_Admin.h
20         ${INSTALL} $? $@
21
22 clean:
23