Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sbin / natd / Makefile
1 # $FreeBSD: src/sbin/natd/Makefile,v 1.4.2.1 2001/04/25 10:58:41 ru Exp $
2 # $DragonFly: src/sbin/natd/Makefile,v 1.2 2003/06/17 04:27:34 dillon Exp $
3
4 MAINTAINER      = ru@FreeBSD.org
5 MAINTAINER     += ari@suutari.iki.fi
6 PROG            = natd
7 SRCS            = natd.c icmp.c
8 CFLAGS         += -Wall
9 LDADD           = -lalias
10 DPADD           = ${LIBALIAS}
11 MAN             = natd.8
12
13 .include <bsd.prog.mk>