]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/lib9p/example/Makefile
igc: Use hardware routine for PHY reset
[FreeBSD/FreeBSD.git] / contrib / lib9p / example / Makefile
1 PROG=   server
2 SRCS=   server.c
3 MAN=
4
5 CFLAGS= -pthread -g -O0
6
7 LDFLAGS=-L..
8 LDADD=  -lsbuf -l9p -lcasper -lcap_pwd -lcap_grp
9
10 .include <bsd.prog.mk>