summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2003-05-17 01:30:51 +0000
committerHans Insulander <hin@cvs.openbsd.org>2003-05-17 01:30:51 +0000
commit01179ed4a9a44d289f1795436c7c710f8df01d9b (patch)
tree57c09e7a795a5655bcb7606bfa09b6a0b50a9523 /kerberosV/usr.bin
parent3a1d96ab9d68c16a41524f9a98f3d6d6235b89f4 (diff)
Not needed, bye bye
Diffstat (limited to 'kerberosV/usr.bin')
-rw-r--r--kerberosV/usr.bin/asn1_compile/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/kerberosV/usr.bin/asn1_compile/Makefile b/kerberosV/usr.bin/asn1_compile/Makefile
deleted file mode 100644
index 4e5e2259538..00000000000
--- a/kerberosV/usr.bin/asn1_compile/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $OpenBSD: Makefile,v 1.4 2002/05/30 20:06:23 hin Exp $
-
-KRBDEPTH= ../..
-.include <${.CURDIR}/${KRBDEPTH}/Makefile.inc>
-
-PROG= asn1_compile
-NOMAN=
-SRCS= parse.c lex.l main.c hash.c symbol.c gen.c \
- gen_encode.c gen_decode.c gen_free.c gen_length.c gen_copy.c \
- gen_glue.c
-
-CLEANFILES= parse.[ch] lex.[ch]
-
-parse.h parse.c: parse.y
- ${YACC} -d -o parse.c ${.ALLSRC}
-LDADD+= ${LIBROKEN}
-CFLAGS+= -I${KRB5SRC}/lib/asn1 -I. -I${KRB5SRC}/lib/roken
-
-test:
- echo ${LIBROKEN}
-
-.PATH: ${KRB5SRC}/lib/asn1 ${KRB5SRC}/lib/roken
-
-.include <bsd.prog.mk>