I'm compliling some software from source and it recommends creating a new user and group prior to executing make and make install. The command

Code:
adduser <user>
does this but I don't really want a seperate directory created for the user nor do I want it to be added at login. Is there a command or switch that disables both of these?

Thanks