keep base of pushback buffer per file; this prevents pushed back
[unix-history] / usr / src / usr.bin / m4 / Makefile
CommitLineData
22ffcab2 1Virgin BTL M4 as sent out in 4.1
b42f98d6
KB
2# @(#)Makefile 5.9 (Berkeley) %G%
3
ba487a99
KB
4# -DEXTENDED
5# if you want the paste & spaste macros.
22ffcab2 6
662ace95
KB
7PROG= m4
8CFLAGS+=-DEXTENDED
ba487a99 9SRCS= eval.c expr.c look.c main.c misc.c
4e1fc16d 10NOMAN= noman
8758800b 11
662ace95 12.include <bsd.prog.mk>