configure (104B)
1 #!/bin/sh 2 3 case `uname` in 4 OpenBSD) 5 ln config.bsd config.mk 6 ;; 7 *) 8 ln config.posix config.mk 9 ;; 10 esac