|
|
1.1 root 1: #
2: # @(#)Makefile 4.1 5/19/82
3: #
4:
5: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
6: CFLAGS=-O
7: SRCS = msgs.c msgs.h Makefile
8: msgs: msgs.c msgs.h
9: ${CC} $(CFLAGS) -o msgs msgs.c -ltermlib
10: install: msgs
11: install -s msgs ${DESTDIR}/usr/ucb
12: cleansrc:
13: -rm -f msgs Makefile *.c *.h
14: sources: $(SRCS)
15: $(SRCS):
16: sccs get $@
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.