mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Add OPIE and PAM libs to the mix.
This commit is contained in:
parent
99994ce124
commit
f7093daaae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110247
@ -28,6 +28,10 @@ CFLAGS+=-I${.CURDIR}/${LSDIR}
|
||||
DPADD+= ${LIBM}
|
||||
LDADD+= -lm
|
||||
|
||||
CFLAGS+= -DUSE_OPIE -DUSE_PAM
|
||||
DPADD+= ${LIBOPIE} ${LIBPAM}
|
||||
LDADD+= -lopie -lpam
|
||||
|
||||
CLEANFILES+= ls-unmain.c
|
||||
ls-unmain.c: ls.c
|
||||
sed -e 's/^main(/ls_main(/g' -e 's,extern.h,${LSDIR}/extern.h,' \
|
||||
|
Loading…
Reference in New Issue
Block a user