freebsd-dev/usr.bin/m4/Makefile

11 lines
187 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1995-05-30 06:41:30 +00:00
# -DEXTENDED
1994-05-27 12:33:43 +00:00
# if you want the paste & spaste macros.
PROG= m4
CFLAGS+=-DEXTENDED
SRCS= eval.c expr.c look.c main.c misc.c
.include <bsd.prog.mk>