mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Make it possible to enable WHEELSU from /etc/make.conf.
This commit is contained in:
parent
a2029046fd
commit
eb034ce46a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11449
@ -3,7 +3,10 @@
|
||||
PROG= su
|
||||
SRCS= su.c
|
||||
|
||||
CFLAGS+=-DSKEY
|
||||
COPTS+= -DSKEY
|
||||
.if defined(WHEELSU)
|
||||
COPTS+= -DWHEELSU
|
||||
.endif
|
||||
|
||||
LDADD= -lskey -lmd -lcrypt
|
||||
DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT}
|
||||
|
Loading…
Reference in New Issue
Block a user