1 # hdw - linux etherwake package
3 # author: hackbard@hackdaworld.dyndns.org
7 # [D] ether-wake.c ftp://ftp.scyld.com/pub/diag/
8 # [D] etherwake.8 ftp://ftp.scyld.com/pub/diag/
12 gcc -Wall $hdw_cflags -o ./etherwake $archdir/ether-wake.c
14 cp ./etherwake $prefix/sbin
15 chmod 750 $prefix/sbin/etherwake
16 mkdir -p $prefix/man/man8
17 cp -vLf $archdir/etherwake.8 $prefix/man/man8