diff options
Diffstat (limited to 'dmake/configure')
-rwxr-xr-x | dmake/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmake/configure b/dmake/configure index 7e6d05ab8a65..840207bbb891 100755 --- a/dmake/configure +++ b/dmake/configure @@ -4084,7 +4084,7 @@ case "$_os" in "AIX") OS_VERSION=sysvr4 ;; - "OpenBSD") + "OpenBSD"|DragonFly) OS_VERSION=linux ;; *) |