|
|
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 5.5 (Berkeley) 12/20/87 ! 7: # ! 8: ! 9: all: aard ! 10: ! 11: aard: FRC ! 12: -../ddl/ddlcomp aard < aard.ddl > ddlcomp.out ! 13: ! 14: clean: FRC ! 15: rm -f ddlcomp.out aard ! 16: ! 17: install: FRC ! 18: install -o games -g bin -m 755 aard ${DESTDIR}/usr/games/lib/aard ! 19: install -c -o games -g bin -m 755 frontend ${DESTDIR}/usr/games/hide/aardvark ! 20: rm -f ${DESTDIR}/usr/games/aardvark ! 21: ln -s ${DESTDIR}/usr/games/dm ${DESTDIR}/usr/games/aardvark ! 22: chown games.bin ${DESTDIR}/usr/games/aardvark ! 23: ! 24: depend: ! 25: lint: ! 26: tags: ! 27: FRC:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.