nant's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e83cbf7
)
ftp: NetBSD uses __dead, and we use __dead2.
author
Peter Avalos
<pavalos@dragonflybsd.org>
Mon, 9 Jan 2012 01:46:12 +0000
(17:46 -0800)
committer
Peter Avalos
<pavalos@dragonflybsd.org>
Mon, 9 Jan 2012 01:46:12 +0000
(17:46 -0800)
usr.bin/ftp/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/usr.bin/ftp/Makefile
b/usr.bin/ftp/Makefile
index
fa7551e
..
fa9eada
100644
(file)
--- a/
usr.bin/ftp/Makefile
+++ b/
usr.bin/ftp/Makefile
@@
-15,6
+15,7
@@
SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \
progressbar.c ruserpass.c util.c
CFLAGS+=-DINET6 -I${.OBJDIR} -I${CONTRIBDIR} -I${.CURDIR}/../../lib/libc/stdtime
+CFLAGS+=-D__dead=__dead2
LDADD+= -ledit -ltermcap -lutil
DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}