1*33122Sbostic# 2*33122Sbostic# Copyright (c) 1987 Regents of the University of California. 3*33122Sbostic# All rights reserved. 4*33122Sbostic# 5*33122Sbostic# Redistribution and use in source and binary forms are permitted 6*33122Sbostic# provided that this notice is preserved and that due credit is given 7*33122Sbostic# to the University of California at Berkeley. The name of the University 8*33122Sbostic# may not be used to endorse or promote products derived from this 9*33122Sbostic# software without specific prior written permission. This software 10*33122Sbostic# is provided ``as is'' without express or implied warranty. 11*33122Sbostic# 12*33122Sbostic# @(#)Makefile 5.1 (Berkeley) 12/23/87 13*33122Sbostic# 14*33122Sbosticall: FRC 15*33122Sbostic cd fp.${MACHINE}; make ${MFLAGS} 16*33122Sbostic 17*33122Sbosticinstall: FRC 18*33122Sbostic cd fp.${MACHINE}; make DESTDIR=${DESTDIR} install 19*33122Sbostic 20*33122Sbosticclean: FRC 21*33122Sbostic cd fp.${MACHINE}; make ${MFLAGS} clean 22*33122Sbostic 23*33122Sbosticdepend: FRC 24*33122Sbostic cd fp.${MACHINE}; make ${MFLAGS} depend 25*33122Sbostic 26*33122SbosticFRC: 27*33122Sbostic 28