geom_gate userland utility improvements
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # $FreeBSD$
-
- .PATH: ${.CURDIR:H}/shared
-
- PROG= ggatessh
- MAN= ggatessh.8
- SRCS= ggatessh.c ggate.c
-
- CFLAGS+= -DMAX_SEND_SIZE=32768
- CFLAGS+= -DLIBGEOM
- CFLAGS+= -I${.CURDIR:H}/shared
- CFLAGS+= -I/home/freebsd/libssh2/include
- #CFLAGS+= -O0 -g
- #CFLAGS+= -fprofile-instr-generate
-
- LDFLAGS+= -L/home/freebsd/libssh2/src/.libs
- LDADD= -lgeom -lutil -lpthread -lssh2
-
- .include <bsd.prog.mk>
|