Reflect the fact that compile_et has been moved and is now a `system'

utility.
This commit is contained in:
Garrett Wollman 1995-01-14 20:50:37 +00:00
parent cde665121e
commit 0d003156dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5615
2 changed files with 4 additions and 9 deletions

View file

@ -1,9 +1,9 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
# $Id: Makefile,v 1.3 1994/10/06 00:48:55 wollman Exp $
# $Id: Makefile,v 1.4 1994/11/20 23:39:44 wollman Exp $
SUBDIR= include
SUBDIR+= des compile_et acl ext_srvtab include kdb kdb_destroy kdb_edit \
SUBDIR+= des acl ext_srvtab include kdb kdb_destroy kdb_edit \
kdb_init kdb_util kdestroy kerberos kinit klist krb ksrvtgt \
kstash man
#

View file

@ -1,5 +1,5 @@
# From: @(#)Makefile.inc 5.1 (Berkeley) 6/25/90
# $Id: Makefile.inc,v 1.1.1.1 1994/09/30 14:49:48 csgr Exp $
# $Id: Makefile.inc,v 1.2 1994/11/20 23:16:51 wollman Exp $
BINDIR?= /usr/sbin
SHLIB_MAJOR?= 2
@ -30,9 +30,4 @@ ACLOBJDIR= ${.CURDIR}/../acl/obj
ACLOBJDIR= ${.CURDIR}/../acl
.endif
.if exists(${.CURDIR}/../compile_et/obj)
COMPILE_ET= ${.CURDIR}/../compile_et/obj/compile_et
.else
COMPILE_ET= ${.CURDIR}/../compile_et/compile_et
.endif
COMPILE_ET= compile_et