summaryrefslogtreecommitdiff
path: root/kerberosV
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-11-22 20:37:19 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-11-22 20:37:19 +0000
commit14a020c4e5c97f0b1b5088d38a2b3feabc54ca6a (patch)
treef38b844fab8661ae99632dbc6817e7424a36f6ae /kerberosV
parent101c8d007008cc6b5934182375cbb736bea4da02 (diff)
Bad .IMPSRC.
Diffstat (limited to 'kerberosV')
-rw-r--r--kerberosV/usr.bin/asn1_compile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/usr.bin/asn1_compile/Makefile b/kerberosV/usr.bin/asn1_compile/Makefile
index d36c3647271..cdbd1f03a70 100644
--- a/kerberosV/usr.bin/asn1_compile/Makefile
+++ b/kerberosV/usr.bin/asn1_compile/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2001/05/25 08:20:32 hin Exp $
+# $OpenBSD: Makefile,v 1.2 2001/11/22 20:37:18 espie Exp $
KRBDEPTH= ../..
.include <${.CURDIR}/${KRBDEPTH}/Makefile.inc>
@@ -12,7 +12,7 @@ SRCS= parse.c lex.l main.c hash.c symbol.c gen.c \
CLEANFILES= parse.[ch] lex.[ch]
parse.h parse.c: parse.y
- ${YACC} -d -o parse.c $<
+ ${YACC} -d -o parse.c ${.ALLSRC}
LDADD+= ${LIBROKEN}
CFLAGS+= -I${KRB5SRC}/lib/asn1 -I. -I${KRB5SRC}/lib/roken