# # Copyright (c) 1987 Regents of the University of California. # All rights reserved. # # Redistribution and use in source and binary forms are permitted # provided that the above copyright notice and this paragraph are # duplicated in all such forms and that any documentation, # advertising materials, and other materials related to such # distribution and use acknowledge that the software was developed # by the University of California, Berkeley. The name of the # University may not be used to endorse or promote products derived # from this software without specific prior written permission. # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. # # @(#)Makefile 5.4 (Berkeley) 7/9/88 # MDIR= /usr/man/cat6 SRCS= aardvark.6 adventure.6 arithmetic.6 atc.6 backgammon.6 banner.6 \ battlestar.6 bcd.6 boggle.6 canfield.6 chess.6 ching.6 cribbage.6 \ doctor.6 fish.6 fortune.6 gnuchess.6 hack.6 hangman.6 hunt.6 \ mille.6 monop.6 number.6 quiz.6 rain.6 robots.6 \ rogue.6 sail.6 snake.6 trek.6 worm.6 worms.6 wump.6 zork.6 OBJS= aardvark.0 adventure.0 arithmetic.0 atc.0 backgammon.0 banner.0 \ battlestar.0 bcd.0 boggle.0 canfield.0 chess.0 ching.0 cribbage.0 \ doctor.0 fish.0 fortune.0 gnuchess.0 hack.0 hangman.0 hunt.0 \ mille.0 monop.0 number.0 quiz.0 rain.0 robots.0 \ rogue.0 sail.0 snake.0 trek.0 worm.0 worms.0 wump.0 zork.0 LINKS= snscore.0 cfscores.0 .SUFFIXES: .6 .0 .6.0: ${DESTDIR}/usr/man/manroff $*.6 > $*.0 all: ${OBJS} clean: FRC rm -f ${OBJS} install: FRC cd ${DESTDIR}${MDIR}; rm -f *.0 install -c -o bin -g bin -m 444 ${OBJS} ${DESTDIR}${MDIR} ln ${DESTDIR}${MDIR}/snake.0 ${DESTDIR}${MDIR}/snscore.0 ln ${DESTDIR}${MDIR}/canfield.0 ${DESTDIR}${MDIR}/cfscores.0 ln ${DESTDIR}${MDIR}/bcd.0 ${DESTDIR}${MDIR}/ppt.0 FRC: