|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1980 Regents of the University of California. ! 3: # All rights reserved. The Berkeley software License Agreement ! 4: # specifies the terms and conditions for redistribution. ! 5: # ! 6: # @(#)Makefile 5.1 (Berkeley) 6/4/85 ! 7: # ! 8: # ! 9: CFLAGS=-O ! 10: SRCS = msgs.c msgs.h Makefile ! 11: msgs: msgs.c msgs.h ! 12: cc $(CFLAGS) -o msgs msgs.c -ltermlib ! 13: install: ! 14: install -s msgs ${DESTDIR}/usr/ucb ! 15: clean: ! 16: -rm -f msgs ! 17: sources: $(SRCS) ! 18: $(SRCS): ! 19: sccs get $@
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.