]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/generate-arphrd-list.sh
meson: also indent scripts with 8 spaces
[thirdparty/systemd.git] / src / basic / generate-arphrd-list.sh
1 #!/bin/sh -eu
2
3 $1 -dM -include net/if_arp.h - </dev/null | \
4 awk '/^#define[ \t]+ARPHRD_[^ \t]+[ \t]+[^ \t]/ { print $2; }' | \
5 sed -e 's/ARPHRD_//'