opnsense-src/contrib/lib9p/example/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
144 B
Makefile
Raw Normal View History

PROG= server
SRCS= server.c
MAN=
CFLAGS= -pthread -g -O0
LDFLAGS=-L..
LDADD= -lsbuf -l9p -lcasper -lcap_pwd -lcap_grp
.include <bsd.prog.mk>