You can also use a wildcard mask after the command to narrow down the interfaces EIGRP will run on. So, for instance, if you have:
int s0/0: 10.1.1.1/24
int s0/1: 10.1.2.1/24
int s0/2: 10.1.65.1/24
network 10.1.1.1 0.0.0.0 would only run EIGRP on S0/0.
network 10.1.0.0 0.0.64.255 would only run EIGRP on S0/0 and S0/1.
network 10.1.0.0 0.0.255.255 would run EIGRP on all three interfaces.
Russ.W