134e17798c
Approved by: trasz MFC after: 1 month Sponsored by: Conclusive Engineering (development), vStack.com (funding)
11 lines
144 B
Makefile
11 lines
144 B
Makefile
PROG= server
|
|
SRCS= server.c
|
|
MAN=
|
|
|
|
CFLAGS= -pthread -g -O0
|
|
|
|
LDFLAGS=-L..
|
|
LDADD= -lsbuf -l9p -lcasper -lcap_pwd -lcap_grp
|
|
|
|
.include <bsd.prog.mk>
|