]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/examples/libifconfig/Makefile
Xr make_dev(9) from devfs(5).
[FreeBSD/FreeBSD.git] / share / examples / libifconfig / Makefile
1 # $FreeBSD$
2 default:
3         $(CC) -Wall -fPIC -lifconfig -g -o example_setdescription setdescription.c
4         $(CC) -Wall -fPIC -lifconfig -g -o example_setmtu setmtu.c
5         $(CC) -Wall -fPIC -lifconfig -g -o example_ifdestroy ifdestroy.c
6         $(CC) -Wall -fPIC -lifconfig -g -o example_ifcreate ifcreate.c
7         $(CC) -Wall -fPIC -lifconfig -g -o example_ifcreatevlan ifcreatevlan.c
8         $(CC) -Wall -fPIC -lifconfig -g -o example_ifchanagevlan ifchanagevlan.c
9         $(CC) -Wall -fPIC -lifconfig -g -o example_status status.c
10 clean:
11         rm -f example_*