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