mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Link with libm to take advantage of the -h flag to ls.
Submitted by: Mike Makonnen <mike_makonnen@yahoo.com>
This commit is contained in:
parent
ac639e9072
commit
481bfba66b
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ LSDIR= ../../bin/ls
|
|||
.PATH: ${.CURDIR}/${LSDIR}
|
||||
SRCS+= ls.c cmp.c print.c util.c lomac.c
|
||||
CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR}
|
||||
LDADD+= -lm
|
||||
|
||||
.if !defined(NOPAM)
|
||||
CFLAGS+=-DUSE_PAM
|
||||
|
|
|
|||
Loading…
Reference in a new issue