diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-02-05 14:51:46 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-02-05 14:51:46 +0000 |
| commit | 07f684ffc61236e171b449cfe9f91cef1e62866b (patch) | |
| tree | c41f6e37868264499519a52a5ee8576f4dfd323e /mkfiles/mkhost-DragonFly | |
| parent | ddf82ec9fc8ed2e0c2f64f8cf360b0f694cfeffb (diff) | |
20100205-1451
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 |
