summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/i386/floppies/list2sh.awk14
1 files changed, 13 insertions, 1 deletions
diff --git a/distrib/i386/floppies/list2sh.awk b/distrib/i386/floppies/list2sh.awk
index bf240351103..8b1f02e1459 100644
--- a/distrib/i386/floppies/list2sh.awk
+++ b/distrib/i386/floppies/list2sh.awk
@@ -1,4 +1,4 @@
-# $OpenBSD: list2sh.awk,v 1.3 1996/05/14 18:30:32 mickey Exp $
+# $OpenBSD: list2sh.awk,v 1.4 1997/05/08 04:56:00 tholo Exp $
BEGIN {
printf("cd ${CURDIR}\n");
@@ -26,6 +26,18 @@ $1 == "SYMLINK" {
printf("(cd ${TARGDIR}; ln -s %s %s)\n", $2, $3);
next;
}
+$1 == "ARGVLINK" {
+ # crunchgen directive; ignored here
+ next;
+}
+$1 == "SRCDIRS" {
+ # crunchgen directive; ignored here
+ next;
+}
+$1 == "CRUNCHSPECIAL" {
+ # crunchgen directive; ignored here
+ next;
+}
$1 == "COPYDIR" {
printf("echo '%s'\n", $0);
printf("(cd ${TARGDIR}/%s && find . ! -name . | xargs /bin/rm -rf)\n",