chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
10bc033
)
New program `bcquery', and `ypstuff' module added.
author
mdw
<mdw>
Thu, 23 Apr 1998 13:17:17 +0000
(13:17 +0000)
committer
mdw
<mdw>
Thu, 23 Apr 1998 13:17:17 +0000
(13:17 +0000)
src/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index effb91c04e6993bb3982ff104e9412d812b51a2d..99e958352b197a459f0d4bcb9b50063107e7994d 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-1,7
+1,7
@@
## Process this file with `automake' to generate `Makefile.in'
## -*-makefile-*-
##
## Process this file with `automake' to generate `Makefile.in'
## -*-makefile-*-
##
-## $Id: Makefile.am,v 1.
9 1998/02/20 18:12:35
mdw Exp $
+## $Id: Makefile.am,v 1.
10 1998/04/23 13:17:17
mdw Exp $
##
## Makefile for `become'
##
##
## Makefile for `become'
##
@@
-29,6
+29,9
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
+## Revision 1.10 1998/04/23 13:17:17 mdw
+## New program `bcquery', and `ypstuff' module added.
+##
## Revision 1.9 1998/02/20 18:12:35 mdw
## Make the `become' program setuid root when installing.
##
## Revision 1.9 1998/02/20 18:12:35 mdw
## Make the `become' program setuid root when installing.
##
@@
-66,7
+69,7
@@
## --- What to make ---
## --- What to make ---
-bin_PROGRAMS = become keygen
+bin_PROGRAMS = become keygen
bcquery
noinst_LIBRARIES = bcm
##----- Building the main code ----------------------------------------------
noinst_LIBRARIES = bcm
##----- Building the main code ----------------------------------------------
@@
-76,7
+79,7
@@
noinst_LIBRARIES = bcm
bcm_SOURCES = \
check.c daemon.c \
lexer.l parser.y \
bcm_SOURCES = \
check.c daemon.c \
lexer.l parser.y \
- class.c name.c netg.c rule.c sym.c userdb.c \
+ class.c name.c netg.c rule.c sym.c userdb.c
ypstuff.c
\
crypt.c \
noise.c rand.c \
icrypt.c blowfish.c md5.c \
crypt.c \
noise.c rand.c \
icrypt.c blowfish.c md5.c \
@@
-85,7
+88,7
@@
bcm_SOURCES = \
become.h \
check.h daemon.h \
lexer.h parser.h \
become.h \
check.h daemon.h \
lexer.h parser.h \
- class.h name.h netg.h rule.h sym.h userdb.h \
+ class.h name.h netg.h rule.h sym.h userdb.h
ypstuff.h
\
crypt.h \
noise.h rand.h \
icrypt.h blowfish.h blowfish-sbox.h md5.h \
crypt.h \
noise.h rand.h \
icrypt.h blowfish.h blowfish-sbox.h md5.h \
@@
-112,9
+115,11
@@
LDADD = libbcm.a @LEXLIB@
become_SOURCES = become.c
keygen_SOURCES = keygen.c
become_SOURCES = become.c
keygen_SOURCES = keygen.c
+bcquery_SOURCES = bcquery.c
become_DEPENDENCIES = libbcm.a
keygen_DEPENDENCIES = libbcm.a
become_DEPENDENCIES = libbcm.a
keygen_DEPENDENCIES = libbcm.a
+bcquery_DEPENDENCIES = libbcm.a
##----- Become must be setuid root ------------------------------------------
##----- Become must be setuid root ------------------------------------------