diff options
Diffstat (limited to 'utils/verbatim/Makefile')
-rw-r--r-- | utils/verbatim/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/utils/verbatim/Makefile b/utils/verbatim/Makefile new file mode 100644 index 0000000000..4a4301dfe0 --- /dev/null +++ b/utils/verbatim/Makefile @@ -0,0 +1,17 @@ +TOP=../.. +include $(TOP)/mk/boilerplate.mk + +C_SRCS = verbatim.c +C_PROG = verbatim +LIBS = $(FLEX_LIB) + +override SRC_FLEX_OPTS=-8 + +# +# For src distributions, include flex output. +# +SRC_DIST_FILES += verbatim.c + +CLEAN_FILES += verbatim.c + +include $(TOP)/mk/target.mk |