|
|
1.1 root 1: # @(#)Makefile 1.1 (Berkeley) 12/15/82
2:
3: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
4: CFLAGS=-O
5: m4: m4.o m4y.o
6: $(CC) -o m4 m4.o m4y.o
7:
8: install: m4
9: install -s m4 $(DESTDIR)/usr/bin
10:
11: clean:
12: rm -f *.o
13:
14: cleansrc:
15: rm -f *.[cy] Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.