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