mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 18:00:31 -05:00
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.
10 lines
133 B
Makefile
10 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>
|