mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Correct the MAKE_EBONES macro --> MAKE_KERBEROS4
This commit is contained in:
parent
e6b43fd1a1
commit
8ac06e6171
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30071
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.4 1997/10/02 17:10:56 markm Exp $
|
||||
# $Id: Makefile,v 1.5 1997/10/02 22:59:48 jkh Exp $
|
||||
|
||||
SUBDIR= include lib libexec usr.bin usr.sbin
|
||||
|
||||
@ -8,9 +8,9 @@ CODAI= ${MAKE} ${MFLAGS} cleandir; \
|
||||
${MAKE} ${MFLAGS} obj; \
|
||||
${MAKE} ${MFLAGS} depend all install
|
||||
|
||||
CODAD= ${MAKE} ${MFLAGS} MAKE_EBONES=yes cleandir; \
|
||||
${MAKE} ${MFLAGS} MAKE_EBONES=yes obj; \
|
||||
${MAKE} ${MFLAGS} MAKE_EBONES=yes depend all distribute
|
||||
CODAD= ${MAKE} ${MFLAGS} MAKE_KERBEROS4=yes cleandir; \
|
||||
${MAKE} ${MFLAGS} MAKE_KERBEROS4=yes obj; \
|
||||
${MAKE} ${MFLAGS} MAKE_KERBEROS4=yes depend all distribute
|
||||
|
||||
# These are the programs which depend on kerberos
|
||||
kprog:
|
||||
|
Loading…
Reference in New Issue
Block a user