freebsd_amp_hwpstate/usr.bin/m4/Makefile

11 lines
187 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# -DEXTENDED
# 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>