diff options
author | ru <ru@FreeBSD.org> | 2004-02-05 18:51:52 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-02-05 18:51:52 +0000 |
commit | ad7b0104a39a799896d08b0958bb94ce96ae6fd9 (patch) | |
tree | 7691989f10c7e8851c71ad120933d7f062fd22a0 /kerberos5/tools | |
parent | c991ea760e057b133b17bff2259d0d1d7a223714 (diff) | |
download | FreeBSD-src-ad7b0104a39a799896d08b0958bb94ce96ae6fd9.zip FreeBSD-src-ad7b0104a39a799896d08b0958bb94ce96ae6fd9.tar.gz |
style.Makefile(5).
OK'ed by: nectar
Diffstat (limited to 'kerberos5/tools')
-rw-r--r-- | kerberos5/tools/asn1_compile/Makefile | 9 |
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, |