Make it possible to enable WHEELSU from /etc/make.conf.

This commit is contained in:
Garrett Wollman 1995-10-12 17:25:58 +00:00
parent a2029046fd
commit eb034ce46a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11449

View File

@ -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}