configure - utmp - simple login manager
HTML git clone git://git.suckless.org/utmp
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
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