6fdc031751
Reduce overlinking
14 lines
166 B
Makefile
14 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../shared
|
|
|
|
PROG= ggated
|
|
MAN= ggated.8
|
|
SRCS= ggated.c ggate.c
|
|
|
|
LIBADD= pthread
|
|
|
|
CFLAGS+= -I${.CURDIR}/../shared
|
|
|
|
.include <bsd.prog.mk>
|