summaryrefslogtreecommitdiffstats
path: root/kerberos5/tools/asn1_compile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberos5/tools/asn1_compile')
-rw-r--r--kerberos5/tools/asn1_compile/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/kerberos5/tools/asn1_compile/Makefile b/kerberos5/tools/asn1_compile/Makefile
index 9a43954..c468252 100644
--- a/kerberos5/tools/asn1_compile/Makefile
+++ b/kerberos5/tools/asn1_compile/Makefile
@@ -3,8 +3,7 @@
PROG= asn1_compile
NOMAN=
-SRCS= \
- gen.c \
+SRCS= gen.c \
gen_copy.c \
gen_decode.c \
gen_encode.c \
@@ -25,7 +24,9 @@ SRCS= \
get_window_size.c \
strupr.c
-CFLAGS+= -I${KRB5DIR}/lib/roken -I${KRB5DIR}/lib/asn1 -I.
+CFLAGS+=-I${KRB5DIR}/lib/roken -I${KRB5DIR}/lib/asn1 -I.
+
+CLEANFILES= print_version.h roken.h
print_version.h: ../make-print-version/make-print-version
../make-print-version/make-print-version ${.TARGET}
@@ -39,8 +40,6 @@ roken.h: ../make-roken/make-roken
../make-roken/make-roken:
cd ${.CURDIR}/../make-roken && ${MAKE}
-CLEANFILES= print_version.h roken.h
-
.include <bsd.prog.mk>
# There are two print_version.c's, the one we need is in ${KRB5DIR}/lib/vers,
OpenPOWER on IntegriCloud