share subr.c and string.c with pi/pc
[unix-history] / usr / src / usr.bin / m4 / Makefile
Virgin BTL M4 as sent out in 4.1
# @(#)Makefile 5.1 (Berkeley) %G%
CFLAGS=-O
m4: m4.o m4y.o
$(CC) -o m4 m4.o m4y.o
install:
install -s m4 $(DESTDIR)/usr/bin
clean:
rm -f *.o