mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
There is no src/contrib-crypto/ anything directory. So don't look for
include files in subdirs of it.
This commit is contained in:
parent
0de7d1da20
commit
d548f6db32
1 changed files with 1 additions and 2 deletions
|
|
@ -5,8 +5,7 @@ PROG= ftpd
|
|||
MAN8= ftpd.8
|
||||
SRCS= ftpd.c ftpcmd.y logwtmp.c popen.c skey-stuff.c
|
||||
|
||||
CFLAGS+=-DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall \
|
||||
-I${.CURDIR}/../../contrib-crypto/telnet
|
||||
CFLAGS+=-DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall
|
||||
CFLAGS+=-DINET6
|
||||
YFLAGS=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue