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

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

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