Fix SUBOS
This commit is contained in:
		
							
								
								
									
										2
									
								
								mk/os.mk
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								mk/os.mk
									
									
									
									
									
								
							| @@ -8,7 +8,7 @@ OS?= ${_OS}$(shell ${_OS_SH}) | |||||||
|  |  | ||||||
| _SUBOS_SH=		case `uname -s` in \ | _SUBOS_SH=		case `uname -s` in \ | ||||||
| 			*BSD|DragonFly) echo "BSD";; \ | 			*BSD|DragonFly) echo "BSD";; \ | ||||||
| 			*) echo "";; \ | 			*) `uname -s`;; \ | ||||||
| 			esac | 			esac | ||||||
| _SUBOS!=		${_SUBOS_SH} | _SUBOS!=		${_SUBOS_SH} | ||||||
| SUBOS?=		${_SUBOS}$(shell ${_SUBOS_SH}) | SUBOS?=		${_SUBOS}$(shell ${_SUBOS_SH}) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user