mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
Don't compile with kerberos yet, we aren't ready.
This commit is contained in:
parent
b35bdc400c
commit
b4e99cd8d6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1867
@ -1,10 +1,13 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
||||
|
||||
CFLAGS+=-DKERBEROS
|
||||
#CFLAGS+=-DKERBEROS
|
||||
PROG= login
|
||||
SRCS= klogin.c login.c
|
||||
DPADD= ${LIBUTIL} ${LIBKRB} ${LIBDES}
|
||||
LDADD= -lutil -lkrb -ldes
|
||||
SRCS= login.c
|
||||
#klogin.c
|
||||
DPADD= ${LIBUTIL}
|
||||
#${LIBKRB} ${LIBDES}
|
||||
LDADD= -lutil
|
||||
#-lkrb -ldes
|
||||
BINOWN= root
|
||||
BINMODE=4555
|
||||
INSTALLFLAGS=-fschg
|
||||
|
Loading…
Reference in New Issue
Block a user