mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
13 lines
250 B
Makefile
13 lines
250 B
Makefile
# $OpenBSD: Makefile,v 1.10 2002/04/26 13:13:41 espie Exp $
|
|
# $FreeBSD$
|
|
|
|
# -DEXTENDED
|
|
# if you want the paste & spaste macros.
|
|
|
|
PROG= m4
|
|
CFLAGS+=-DEXTENDED
|
|
|
|
SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c
|
|
MAN= m4.1
|
|
|
|
.include <bsd.prog.mk>
|