2003-05-18 11:57:31 +04:00
|
|
|
# $NetBSD: Makefile,v 1.12 2003/05/18 07:57:35 lukem Exp $
|
1998-01-09 11:03:16 +03:00
|
|
|
#
|
1994-06-19 07:58:22 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
|
|
|
|
# -DEXTENDED
|
|
|
|
# if you want the paste & spaste macros.
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2001-11-14 09:16:07 +03:00
|
|
|
PROG= m4
|
|
|
|
CPPFLAGS+= -DEXTENDED -Dunix
|
|
|
|
SRCS= eval.c expr.c gnum4.c look.c main.c misc.c trace.c
|
|
|
|
|
|
|
|
WARNS=1
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.prog.mk>
|