diff options
| author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-16 04:23:54 +0000 |
|---|---|---|
| committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-16 04:23:54 +0000 |
| commit | 3797b581a9aceede491ab1808d0dce670e109310 (patch) | |
| tree | 67f7708ccaa975a921b53fffa21dcc3a317ccb73 | |
| parent | 6b2a5f92baeff2e1cf64bc9968f3ca41a95abb59 (diff) | |
Notes
| -rw-r--r-- | usr.bin/ftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index b5a59cc8330ed..6a3e506bdeebc 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -10,7 +10,7 @@ PROG= ftp SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \ util.c -CFLAGS+=-DINET6 -g +CFLAGS+=-DINET6 LDADD+= -ledit -ltermcap DPADD+= ${LIBEDIT} ${LIBTERMCAP} |
