freebsd-dev/sbin/natd/Makefile
Ruslan Ermilov 99150dfb78 I don't know what the MAINTAINER means in src/ part of FreeBSD.
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.
2002-04-12 19:11:09 +00:00

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>