From 82abac5ecffb9d8e5f14054a7e0b1b57f807bdf5 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Wed, 18 Jun 2008 21:20:50 +0000 Subject: [PATCH] Add roken.h to SRCS. This fixes the compilation of slc during a buildworld on a host running a world built with WITHOUT_KERBEROS defined. --- kerberos5/tools/slc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/kerberos5/tools/slc/Makefile b/kerberos5/tools/slc/Makefile index 63886284279..49cf417314b 100644 --- a/kerberos5/tools/slc/Makefile +++ b/kerberos5/tools/slc/Makefile @@ -5,6 +5,7 @@ NO_MAN= SRCS= get_window_size.c \ getarg.c \ + roken.h \ slc-gram.y \ slc-lex.l \ slc.h \