diff options
author | marius <marius@FreeBSD.org> | 2008-06-18 21:20:50 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2008-06-18 21:20:50 +0000 |
commit | 3807b1c27a2e93b9327c523426ce9e58c5d7a479 (patch) | |
tree | 6741821a4b247662a00e19f3146f0e98051ed491 /kerberos5/tools | |
parent | 612ed1b139fd4478982c9f77a75595e1fe5a6ce8 (diff) | |
download | FreeBSD-src-3807b1c27a2e93b9327c523426ce9e58c5d7a479.zip FreeBSD-src-3807b1c27a2e93b9327c523426ce9e58c5d7a479.tar.gz |
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.
Diffstat (limited to 'kerberos5/tools')
-rw-r--r-- | kerberos5/tools/slc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kerberos5/tools/slc/Makefile b/kerberos5/tools/slc/Makefile index 6388628..49cf417 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 \ |