mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
24084f9bfc
pppd/natd combination works ok. Submitted by: Ari Suutari <ari.suutari@ps.carel.fi>
11 lines
125 B
Makefile
11 lines
125 B
Makefile
# $Id:$
|
|
|
|
PROG= natd
|
|
SRCS= natd.c icmp.c
|
|
CFLAGS+=-Wall
|
|
LDADD= -lalias
|
|
DPADD= ${LIBALIAS}
|
|
MAN8= natd.8
|
|
|
|
.include <bsd.prog.mk>
|