133122Sbostic# 236025Sbostic# Copyright (c) 1987 The Regents of the University of California. 333122Sbostic# All rights reserved. 433122Sbostic# 533122Sbostic# Redistribution and use in source and binary forms are permitted 636025Sbostic# provided that the above copyright notice and this paragraph are 736025Sbostic# duplicated in all such forms and that any documentation, 836025Sbostic# advertising materials, and other materials related to such 936025Sbostic# distribution and use acknowledge that the software was developed 1036025Sbostic# by the University of California, Berkeley. The name of the 1136025Sbostic# University may not be used to endorse or promote products derived 1236025Sbostic# from this software without specific prior written permission. 1336025Sbostic# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 1436025Sbostic# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 1536025Sbostic# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 1633122Sbostic# 17*37067Sbostic# @(#)Makefile 5.5 (Berkeley) 03/06/89 1833122Sbostic# 1936137SbosticMAN= fp.0 2036137Sbostic 21*37067Sbosticall clean depend lint tags: FRC 2236025Sbostic cd fp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@ 2333122Sbostic 2436138Sbosticcleandir: clean 2536138Sbostic cd fp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@ 2636138Sbostic rm -f ${MAN} tags .depend 2736138Sbostic 2836137Sbosticinstall: ${MAN} 2936137Sbostic cd fp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@ 3036137Sbostic install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat1 3136137Sbostic 3233122SbosticFRC: 33