always die, we can't survive some of the compile errors
[unix-history] / usr / src / usr.bin / m4 / Makefile
Virgin BTL M4 as sent out in 4.1
# @(#)Makefile 5.9 (Berkeley) %G%
# -DEXTENDED
# if you want the paste & spaste macros.
PROG= m4
CFLAGS+=-DEXTENDED
SRCS= eval.c expr.c look.c main.c misc.c
NOMAN= noman
.include <bsd.prog.mk>