diff options
Diffstat (limited to 'mkfiles/mkhost-DragonFly')
| -rw-r--r-- | mkfiles/mkhost-DragonFly | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mkfiles/mkhost-DragonFly b/mkfiles/mkhost-DragonFly new file mode 100644 index 00000000..29ed95da --- /dev/null +++ b/mkfiles/mkhost-DragonFly @@ -0,0 +1,19 @@ + +# Variables for host system type = Unixware + +SHELLTYPE= sh +SHELLNAME= /bin/sh +HOSTMODEL= Posix +OSTARG= os + +DATA2S= data2s +NDATE= ndate +KSIZE= ksize +AWK= awk +CP= cp +ECHO= echo +FALSE= false +MKDIR= mkdir -p +RM= rm -f +RMDIR= rmdir +TRUE= true |
