NetBSD/usr.bin/m4/Makefile

13 lines
280 B
Makefile
Raw Normal View History

1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 5.7.1.1 (Berkeley) 5/8/91
# $Id: Makefile,v 1.3 1993/07/31 15:20:03 mycroft Exp $
1993-03-21 12:45:37 +03:00
#
# -DEXTENDED
# if you want the paste & spaste macros.
PROG= m4
CFLAGS+=-DEXTENDED
SRCS = expr.c int2str.c look.c main.c misc.c serv.c
MAN1 = m4.0
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>