summaryrefslogtreecommitdiff
path: root/usr.sbin/config/scan.l
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config/scan.l')
-rw-r--r--usr.sbin/config/scan.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/config/scan.l b/usr.sbin/config/scan.l
index 302a0716dd0..00e58bd186b 100644
--- a/usr.sbin/config/scan.l
+++ b/usr.sbin/config/scan.l
@@ -1,5 +1,5 @@
%{
-/* $OpenBSD: scan.l,v 1.18 2006/03/10 07:54:44 otto Exp $ */
+/* $OpenBSD: scan.l,v 1.19 2006/04/27 18:09:52 espie Exp $ */
/* $NetBSD: scan.l,v 1.13 1997/02/02 21:12:37 thorpej Exp $ */
/*
@@ -84,6 +84,7 @@ at return AT;
attach return ATTACH;
build return BUILD;
compile-with return COMPILE_WITH;
+lint-with return LINT_WITH;
config return CONFIG;
define return DEFINE;
defopt return DEFOPT;