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*36137Sbostic# @(#)Makefile 5.3 (Berkeley) 10/25/88 1833122Sbostic# 19*36137SbosticMAN= fp.0 20*36137Sbostic 21*36137Sbosticall fp clean cleandir lint tags: FRC 2236025Sbostic cd fp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@ 2333122Sbostic 24*36137Sbosticinstall: ${MAN} 25*36137Sbostic cd fp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@ 26*36137Sbostic install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat1 27*36137Sbostic 2833122SbosticFRC: 29