From: John Kohl Date: Thu, 17 Jan 1991 11:54:50 +0000 (+0000) Subject: make all the default target X-Git-Tag: krb5-1.0-alpha4~336 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=78fcb420cd9a373ac2b88aad64447557cb41612c;p=krb5.git make all the default target git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1636 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile index c54df8f26..be459fb72 100644 --- a/src/lib/crypto/des/Imakefile +++ b/src/lib/crypto/des/Imakefile @@ -49,6 +49,7 @@ VERIFYOBJ = verify.o DESTESTOBJ = destest.o +all:: depend:: des.c $(SRCS) NormalLibraryTarget(des,$(OBJS))