|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1987 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 4.7 (Berkeley) 9/19/87 ! 7: # ! 8: all: doctor ! 9: ! 10: doctor: FRC ! 11: liszt -mrq -o doctor doctor.l ! 12: ! 13: install: FRC ! 14: install -o games -g bin -m 700 doctor ${DESTDIR}/usr/games/hide ! 15: rm -f ${DESTDIR}/usr/games/doctor ! 16: ln -s ${DESTDIR}/usr/games/dm ${DESTDIR}/usr/games/doctor ! 17: chown games.bin ${DESTDIR}/usr/games/doctor ! 18: ! 19: clean: FRC ! 20: rm -f doctor core ! 21: ! 22: depend: FRC ! 23: FRC:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.