xref: /freebsd-12.1/share/examples/libifconfig/Makefile (revision b1d757bc)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
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
10clean:
11	rm -f example_*
12

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025