99150dfb78
I'll still be overseeing the changes that go into natd(8) and will maintain it the way I see it, non-preventing for the rest of developers. I will re-ask for the MAINTAINER bit if the ${MAINTAINER} gets defined.
11 lines
133 B
Makefile
11 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = natd
|
|
SRCS = natd.c icmp.c
|
|
WARNS= 0
|
|
LDADD = -lalias
|
|
DPADD = ${LIBALIAS}
|
|
MAN = natd.8
|
|
|
|
.include <bsd.prog.mk>
|