1# $FreeBSD$ 2default: 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 7clean: 8 rm -f example_* 9