xref: /freebsd-14.2/share/examples/libifconfig/Makefile (revision d0b2dbfa)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1default:
2	$(CC) -Wall -fPIC -lifconfig -g -o example_setdescription setdescription.c
3	$(CC) -Wall -fPIC -lifconfig -g -o example_setmtu setmtu.c
4	$(CC) -Wall -fPIC -lifconfig -g -o example_ifdestroy ifdestroy.c
5	$(CC) -Wall -fPIC -lifconfig -g -o example_ifcreate ifcreate.c
6	$(CC) -Wall -fPIC -lifconfig -g -o example_ifcreatevlan ifcreatevlan.c
7	$(CC) -Wall -fPIC -lifconfig -g -o example_ifchanagevlan ifchanagevlan.c
8	$(CC) -Wall -fPIC -lifconfig -g -o example_status status.c
9clean:
10	rm -f example_*
11

served by {OpenGrok

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