repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- addlog(...) is identical to log(-1, ...). Get rid of it to avoid
[dragonfly.git]
/
sbin
/
natd
/
Makefile
blob
31c2e35e90a00174d4972bcb3192d878d5f8e16f
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.5 2006/10/17 00:55:43 pavalos Exp $
3
4
PROG
=
natd
5
SRCS
=
natd.c icmp.c
6
LDADD
= -
lalias
7
DPADD
= ${
LIBALIAS
}
8
MAN
=
natd
.8
9
10
.
include
<
bsd.prog.mk
>