xref: /netbsd/usr.bin/m4/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.11 2001/11/14 14:22:09 tv Exp $
2#
3#	@(#)Makefile	8.1 (Berkeley) 6/6/93
4
5# -DEXTENDED
6# 	if you want the paste & spaste macros.
7
8PROG=		m4
9CPPFLAGS+=	-DEXTENDED -Dunix
10SRCS=		eval.c expr.c gnum4.c look.c main.c misc.c trace.c
11
12WARNS=1
13
14.ifndef HOSTPROG
15.include <bsd.prog.mk>
16.endif
17