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

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

1.2     ! deraadt     1: #      $OpenBSD$
        !             2:
1.1       deraadt     3:
                      4: # -DEXTENDED
                      5: #      if you want the paste & spaste macros.
                      6:
                      7: PROG=  m4
                      8: CFLAGS+=-DEXTENDED
                      9: SRCS=  eval.c expr.c look.c main.c misc.c
                     10: MAN=   m4.1
                     11:
                     12: .include <bsd.prog.mk>