[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / m4

Annotation of src/usr.bin/m4/Makefile, Revision 1.9

1.9     ! miod        1: #      $OpenBSD: Makefile,v 1.8 2001/09/18 14:55:52 espie Exp $
1.1       deraadt     2:
                      3: # -DEXTENDED
                      4: #      if you want the paste & spaste macros.
                      5:
                      6: PROG=  m4
1.7       espie       7: CFLAGS+=-DEXTENDED
                      8: CDIAGFLAGS=-W -Wall -Wstrict-prototypes \
1.5       espie       9:        -Wno-unused -Wno-char-subscripts -Wno-sign-compare
1.6       smurph     10:
1.8       espie      11: SRCS=  eval.c expr.c look.c main.c misc.c gnum4.c trace.c
1.1       deraadt    12: MAN=   m4.1
                     13:
                     14: .include <bsd.prog.mk>