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