Home | History | Annotate | Line # | Download | only in m4
Makefile revision 1.11
      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 
      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 .ifndef HOSTPROG
     15 .include <bsd.prog.mk>
     16 .endif
     17