Annotation of 43BSDTahoe/man/man6/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # Copyright (c) 1987 Regents of the University of California.
                      3: # All rights reserved.
                      4: #
                      5: # Redistribution and use in source and binary forms are permitted
                      6: # provided that the above copyright notice and this paragraph are
                      7: # duplicated in all such forms and that any documentation,
                      8: # advertising materials, and other materials related to such
                      9: # distribution and use acknowledge that the software was developed
                     10: # by the University of California, Berkeley.  The name of the
                     11: # University may not be used to endorse or promote products derived
                     12: # from this software without specific prior written permission.
                     13: # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
                     14: # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
                     15: # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
                     16: #
                     17: #      @(#)Makefile    5.4 (Berkeley) 7/9/88
                     18: #
                     19: MDIR=  /usr/man/cat6
                     20: SRCS=  aardvark.6 adventure.6 arithmetic.6 atc.6 backgammon.6 banner.6 \
                     21:        battlestar.6 bcd.6 boggle.6 canfield.6 chess.6 ching.6 cribbage.6 \
                     22:        doctor.6 fish.6 fortune.6 gnuchess.6 hack.6 hangman.6 hunt.6 \
                     23:        mille.6 monop.6 number.6 quiz.6 rain.6 robots.6 \
                     24:        rogue.6 sail.6 snake.6 trek.6 worm.6 worms.6 wump.6 zork.6
                     25: OBJS=  aardvark.0 adventure.0 arithmetic.0 atc.0 backgammon.0 banner.0 \
                     26:        battlestar.0 bcd.0 boggle.0 canfield.0 chess.0 ching.0 cribbage.0 \
                     27:        doctor.0 fish.0 fortune.0 gnuchess.0 hack.0 hangman.0 hunt.0 \
                     28:        mille.0 monop.0 number.0 quiz.0 rain.0 robots.0 \
                     29:        rogue.0 sail.0 snake.0 trek.0 worm.0 worms.0 wump.0 zork.0
                     30: LINKS= snscore.0 cfscores.0
                     31: 
                     32: .SUFFIXES: .6 .0
                     33: 
                     34: .6.0:
                     35:        ${DESTDIR}/usr/man/manroff $*.6 > $*.0
                     36: 
                     37: all: ${OBJS}
                     38: 
                     39: clean: FRC
                     40:        rm -f ${OBJS}
                     41: 
                     42: install: FRC
                     43:        cd ${DESTDIR}${MDIR}; rm -f *.0
                     44:        install -c -o bin -g bin -m 444 ${OBJS} ${DESTDIR}${MDIR}
                     45:        ln ${DESTDIR}${MDIR}/snake.0 ${DESTDIR}${MDIR}/snscore.0
                     46:        ln ${DESTDIR}${MDIR}/canfield.0 ${DESTDIR}${MDIR}/cfscores.0
                     47:        ln ${DESTDIR}${MDIR}/bcd.0 ${DESTDIR}${MDIR}/ppt.0
                     48: 
                     49: FRC:

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.