configure (110B)
1 #!/bin/sh 2 3 case `uname` in 4 OpenBSD) 5 ln Makefile.openbsd Makefile 6 ;; 7 *) 8 ln Makefile.linux Makefile 9 ;; 10 esac