summaryrefslogtreecommitdiff
path: root/mkfiles/mkhost-NetBSD
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-05-24 18:41:38 +0000
committerCharles.Forsyth <devnull@localhost>2008-05-24 18:41:38 +0000
commit0f0d6d5a26408ff79ecbee8a2d6a13f6db57c786 (patch)
treeec1b89ac997b27db9689d57c4df972853917ae0e /mkfiles/mkhost-NetBSD
parentc094a1409b780cc543c077e8469fdb28b4c90afb (diff)
20080524-1941
Diffstat (limited to 'mkfiles/mkhost-NetBSD')
-rw-r--r--mkfiles/mkhost-NetBSD19
1 files changed, 19 insertions, 0 deletions
diff --git a/mkfiles/mkhost-NetBSD b/mkfiles/mkhost-NetBSD
new file mode 100644
index 00000000..b9348840
--- /dev/null
+++ b/mkfiles/mkhost-NetBSD
@@ -0,0 +1,19 @@
+
+# Variables for host system type = NetBSD
+
+SHELLTYPE= sh
+SHELLNAME= /bin/sh
+HOSTMODEL= Posix
+OSTARG= os
+
+DATA2S= data2s
+NDATE= date +'%s'
+KSIZE= ksize
+AWK= awk
+CP= cp
+ECHO= echo
+FALSE= false
+MKDIR= mkdir -p
+RM= rm -f
+RMDIR= rmdir
+TRUE= true