venus: Remove dedebug
[openafs.git] / src / libadmin / NTMakefile
index 75df307..4625f0e 100644 (file)
@@ -1,9 +1,12 @@
-#
-# Copyright (C) 1998 Transarc Corporation - All rights reserved
-#
-!include ..\config\NTMakefile.$(SYS_NAME)
+# 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=libadmin
+!include ..\config\NTMakefile.$(SYS_NAME)
 !include ..\config\NTMakefile.version
 
 INCFILEDIR = $(DESTDIR)\include\afs
@@ -14,3 +17,8 @@ INCFILES = \
 
 install: $(INCFILES)
 
+clean::
+       $(DEL) $(INCFILES)
+
+mkdir:
+