NetBSD/usr.bin/m4/Makefile

12 lines
215 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
# @(#)Makefile 5.7.1.1 (Berkeley) 5/8/91
#
# -DEXTENDED
# if you want the paste & spaste macros.
PROG= m4
CFLAGS+=-DEXTENDED
SRCS = main.c eval.c serv.c look.c misc.c expr.c
NOMAN= noman
.include <bsd.prog.mk>