2016-09-02 18:33:08 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
default:
|
|
|
|
$(CC) -Wall -fPIC -lifconfig -g -o example_setdescription setdescription.c
|
|
|
|
$(CC) -Wall -fPIC -lifconfig -g -o example_setmtu setmtu.c
|
|
|
|
$(CC) -Wall -fPIC -lifconfig -g -o example_ifdestroy ifdestroy.c
|
|
|
|
$(CC) -Wall -fPIC -lifconfig -g -o example_ifcreate ifcreate.c
|
2018-02-23 03:11:43 +00:00
|
|
|
$(CC) -Wall -fPIC -lifconfig -g -o example_ifcreatevlan ifcreatevlan.c
|
|
|
|
$(CC) -Wall -fPIC -lifconfig -g -o example_ifchanagevlan ifchanagevlan.c
|
|
|
|
$(CC) -Wall -fPIC -lifconfig -g -o example_status status.c
|
2016-09-02 18:33:08 +00:00
|
|
|
clean:
|
|
|
|
rm -f example_*
|