diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1997-12-18 08:50:15 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1997-12-18 08:50:15 +0000 |
commit | 5c67cfbb6932325f734f86d619c835bc4c49f3a2 (patch) | |
tree | fa007008b14385a5b5d58857250f7800cb446848 | |
parent | 68d25de2607b74400fbbcdcca6d32dee9d6ab6aa (diff) |
removed maketime.c.
-rw-r--r-- | kerberosIV/kdb_util/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/kdb_util/Makefile b/kerberosIV/kdb_util/Makefile index 3ffd6147e46..1daf3010ee2 100644 --- a/kerberosIV/kdb_util/Makefile +++ b/kerberosIV/kdb_util/Makefile @@ -1,8 +1,8 @@ # from @(#)Makefile 8.1 (Berkeley) 6/1/93 -# $Id: Makefile,v 1.1 1995/12/14 06:52:42 tholo Exp $ +# $Id: Makefile,v 1.2 1997/12/18 08:50:14 art Exp $ PROG= kdb_util -SRCS= kdb_util.c maketime.c +SRCS= kdb_util.c .PATH: ${.CURDIR}/../kdb_edit DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES} LDADD= -lkdb -lkrb -ldes |