]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/basic/generate-arphrd-list.sh
meson: build systemd using meson
[thirdparty/systemd.git] / src / basic / generate-arphrd-list.sh
CommitLineData
5c23128d
ZJS
1#!/bin/sh -e
2
3cpp -dM -include net/if_arp.h - </dev/null | \
4 awk '/^#define[ \t]+ARPHRD_[^ \t]+[ \t]+[^ \t]/ { print $2; }' | \
5 sed -e 's/ARPHRD_//'