1 # $NetBSD: Makefile,v 1.8.10.1 2000/10/18 01:32:46 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 look.c main.c misc.c 11 MAN= m4.1 12 .include <bsd.prog.mk> 13