mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Unbreak by merging the change in r1.51 of src/libexec/ftpd/Makefile.
This commit is contained in:
parent
775fb1e81e
commit
063469298e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ DPADD+= ${LIBOPIE}
|
|||
|
||||
LSDIR= ../../bin/ls
|
||||
.PATH: ${.CURDIR}/${LSDIR}
|
||||
SRCS+= ls-unmain.c cmp.c lomac.c print.c util.c
|
||||
SRCS+= ls-unmain.c cmp.c print.c util.c
|
||||
CFLAGS+=-I${.CURDIR}/${LSDIR}
|
||||
DPADD+= ${LIBM}
|
||||
LDADD+= -lm
|
||||
|
|
|
|||
Loading…
Reference in a new issue