Home | History | Annotate | Line # | Download | only in su
Makefile revision 1.18
      1  1.18   thorpej #	$NetBSD: Makefile,v 1.18 2000/06/20 06:00:38 thorpej Exp $
      2   1.8       tls #	from: @(#)Makefile	8.1 (Berkeley) 7/19/93
      3   1.1       cgd 
      4   1.1       cgd PROG=	su
      5  1.11   mycroft DPADD+=	${LIBCRYPT}
      6  1.17       mjl LDADD+=	-lcrypt -lutil
      7   1.1       cgd BINOWN=	root
      8   1.1       cgd BINMODE=4555
      9   1.8       tls INSTALLFLAGS=-fschg
     10  1.17       mjl CPPFLAGS+=-DLOGIN_CAP
     11  1.10     lukem 
     12  1.10     lukem # Uncomment the following line to change the group that may su root to "sugroup"
     13  1.10     lukem #
     14  1.11   mycroft #CPPFLAGS+=-DSUGROUP=\"sugroup\"
     15  1.15   thorpej 
     16  1.18   thorpej .ifdef AFS
     17  1.18   thorpej DPADD+= ${LIBKAFS}
     18  1.18   thorpej LDADD+= -lkafs
     19  1.15   thorpej .endif
     20  1.18   thorpej 
     21  1.18   thorpej CPPFLAGS+=-DKERBEROS -I${DESTDIR}/usr/include/kerberosIV
     22  1.18   thorpej DPADD+= ${LIBKRB} ${LIBDES} ${LIBCOM_ERR} ${LIBROKEN}
     23  1.18   thorpej LDADD+= -lkrb -ldes -lcom_err -lroken
     24   1.7  christos 
     25   1.7  christos .include <bsd.prog.mk>
     26   1.7  christos 
     27   1.7  christos .ifdef SKEY
     28  1.11   mycroft CPPFLAGS+=-DSKEY
     29  1.11   mycroft DPADD+= ${LIBSKEY}
     30  1.11   mycroft LDADD+= -lskey
     31  1.14       kim .endif
     32  1.14       kim 
     33  1.14       kim .ifdef SUROOTAUTH
     34  1.14       kim CPPFLAGS+=-DROOTAUTH=\"${SUROOTAUTH}\"
     35   1.7  christos .endif
     36