BSD 3 development
[unix-history] / usr / src / cmd / restor.c
index 2b6db17..9e33e09 100644 (file)
@@ -1140,6 +1140,8 @@ short     *m;
 
 done()
 {
 
 done()
 {
+#ifndef STANDALONE
        unlink(dirfile);
        unlink(dirfile);
+#endif
        exit(0);
 }
        exit(0);
 }