diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1995-01-14 20:51:05 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-01-14 20:51:05 +0000 |
| commit | f6e8b72cb578942c7c39709739eaef16aef38670 (patch) | |
| tree | 5526aba3870b11a1f14bf9a1dc7bf239d466a3a4 /eBones/lib/libkrb/Makefile | |
| parent | 0d003156dd6a7c212e57fb90db3cc394d97e1427 (diff) | |
Notes
Diffstat (limited to 'eBones/lib/libkrb/Makefile')
| -rw-r--r-- | eBones/lib/libkrb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eBones/lib/libkrb/Makefile b/eBones/lib/libkrb/Makefile index 8336132ce593..eda58e30b6bc 100644 --- a/eBones/lib/libkrb/Makefile +++ b/eBones/lib/libkrb/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 5.1 (Berkeley) 6/25/90 -# $Id: Makefile,v 1.4 1994/09/07 16:10:17 g89r4222 Exp $ +# $Id: Makefile,v 1.1.1.1 1994/09/30 14:49:58 csgr Exp $ LIB= krb SHLIB_MAJOR= 2 @@ -20,8 +20,7 @@ SRCS= create_auth_reply.c create_ciph.c \ tkt_string.c util.c TDIR= ${.CURDIR}/.. -krb_err.et.c: ${COMPILE_ET} - (cd ${TDIR}/compile_et; make) +krb_err.et.c: krb_err.et ${COMPILE_ET} ${.CURDIR}/krb_err.et -n beforedepend: krb_err.et.c |
