A working gethostid for Solaris et al.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@36 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1995-07-11 16:33:57 +00:00
parent 957db4465a
commit 09c3459b60

View File

@@ -23,19 +23,19 @@ SOURCES = cbc_cksm.c cbc_enc.c ecb_enc.c pcbc_enc.c \
qud_cksm.c rand_key.c read_pwd.c set_key.c str2key.c \
cfb_enc.c \
3ecb_enc.c ofb_enc.c 3cbc_enc.c rnd_keys.c key_par.c \
enc_read.c enc_writ.c
enc_read.c enc_writ.c gethostid.c
OBJECTS = cbc_cksm.o cbc_enc.o ecb_enc.o pcbc_enc.o \
qud_cksm.o rand_key.o read_pwd.o set_key.o str2key.o \
cfb_enc.o \
3ecb_enc.o ofb_enc.o 3cbc_enc.o rnd_keys.o key_par.o \
enc_read.o enc_writ.o
enc_read.o enc_writ.o gethostid.o
all: $(LIB)
Wall:
make CFLAGS="-g -Wall -Wmissing-prototypes -Wmissing-declarations -D__USE_FIXED_PROTOTYPES__"
.c.o:
$(CC) -c $(CPPFLAGS) $(DEFS) -I../.. -I../../include -I$(srcdir) -I$(srcdir)/../../include $(CFLAGS) $<
@@ -43,7 +43,7 @@ install: all
$(INSTALL) -d $(prefix)/lib
$(INSTALL_DATA) $(LIB) $(libdir)
-$(RANLIB) $(libdir)/$(LIB)
uninstall:
TAGS: $(SOURCES)