|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1983 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/6/85 ! 7: # ! 8: RDIST = /usr/ucb/rdist ! 9: DESTDIR= ! 10: SRCS = docmd.c expand.c gram.y lookup.c main.c server.c ! 11: OBJS = docmd.o expand.o gram.o lookup.o main.o server.o ! 12: LINT = lint -ps ! 13: CFLAGS= -O -DRDIST=\"${RDIST}\" ! 14: ! 15: rdist: ${OBJS} ! 16: ${CC} -o rdist ${OBJS} ! 17: ! 18: ${OBJS}: defs.h ! 19: ! 20: clean: ! 21: rm -f *.o gram.c errs ! 22: ! 23: install: rdist ! 24: install -s -m 4751 rdist ${DESTDIR}${RDIST} ! 25: ! 26: lint: docmd.c expand.c gram.c lookup.c main.c server.c ! 27: ${LINT} docmd.c expand.c gram.c lookup.c main.c server.c ! 28: ! 29: print: ${SRCS} ! 30: lpr -p ${SRCS} defs.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.