audit-pts-supergroups-20050714
[openafs.git] / src / audit / NTMakefile
index b761629..9855cfc 100644 (file)
@@ -1,10 +1,15 @@
-# Copyright (C)  1998  Transarc Corporation.  All rights reserved.
 #
-
+# Copyright 2000, International Business Machines Corporation and others.
+# All Rights Reserved.
+# 
+# This software has been released under the terms of the IBM Public
+# License.  For details, see the LICENSE file in the top-level source
+# directory or online at http://www.openafs.org/dl/license10.html
+
+RELDIR=audit
 !INCLUDE ..\config\NTMakefile.$(SYS_NAME)
 !INCLUDE ..\config\NTMakefile.version
 
-
 INCFILEDIR = $(DESTDIR)\include\afs
 
 INCFILES =\
@@ -15,11 +20,14 @@ INCFILES =\
 LIBFILE = $(DESTDIR)\lib\afs\afsaudit.lib
 
 LIBOBJS =\
-       audit.obj
+       $(OUT)\audit.obj
 
 $(LIBFILE): $(LIBOBJS) 
        $(LIBARCH)  
 
 install:  $(INCFILES)  $(LIBFILE)
 
+install9x: install
+
 clean::
+       $(DEL) $(INCFILES)
\ No newline at end of file