diff options
author | lloyd <[email protected]> | 2008-04-06 23:04:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-06 23:04:44 +0000 |
commit | 404ef9b8b7bc57a0eedf0cfe321b9a49643aecd3 (patch) | |
tree | e7b9acd324e6329c6d4d340ee16138803a443022 /misc/config/os/netbsd | |
parent | 8a5ffc5c6294786ad70f7a8fdd7606f411690ce9 (diff) |
Don't hard-code the user and group when doing an install: instead use
whatever the current user/group is. If you wish to override, edit the
makefile or override the INSTALL_CMD_* variables on the command line.
Diffstat (limited to 'misc/config/os/netbsd')
-rw-r--r-- | misc/config/os/netbsd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/config/os/netbsd b/misc/config/os/netbsd index da713e3a0..435d8f5e8 100644 --- a/misc/config/os/netbsd +++ b/misc/config/os/netbsd @@ -2,8 +2,6 @@ realname "NetBSD" os_type unix -install_group wheel - <supports_shared> all </supports_shared> |