diff options
Diffstat (limited to 'crypto/kerberosIV/lib/Makefile.in')
-rw-r--r-- | crypto/kerberosIV/lib/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/kerberosIV/lib/Makefile.in b/crypto/kerberosIV/lib/Makefile.in index b2e662c..44a8918 100644 --- a/crypto/kerberosIV/lib/Makefile.in +++ b/crypto/kerberosIV/lib/Makefile.in @@ -1,5 +1,5 @@ # -# $Id: Makefile.in,v 1.21 1997/05/20 18:58:40 bg Exp $ +# $Id: Makefile.in,v 1.27 1998/04/05 10:27:59 assar Exp $ # srcdir = @srcdir@ @@ -9,7 +9,7 @@ SHELL = /bin/sh @SET_MAKE@ -SUBDIRS = des krb kdb kadm acl kafs roken otp auth sl editline +SUBDIRS = roken com_err des krb kdb kadm acl kafs auth editline sl @LIB_SUBDIRS@ all: for i in $(SUBDIRS); \ @@ -44,3 +44,5 @@ distclean: realclean: for i in $(SUBDIRS); \ do (cd $$i && $(MAKE) $(MFLAGS) realclean); done + +.PHONY: all Wall install uninstall check clean mostlyclean distclean realclean |