1*44931Smckusick# 2*44931Smckusick# $Id: Makefile,v 5.2 90/06/23 22:21:25 jsp Rel $ 3*44931Smckusick# 4*44931Smckusick# Copyright (c) 1990 Jan-Simon Pendry 5*44931Smckusick# Copyright (c) 1990 Imperial College of Science, Technology & Medicine 6*44931Smckusick# Copyright (c) 1990 The Regents of the University of California. 7*44931Smckusick# All rights reserved. 8*44931Smckusick# 9*44931Smckusick# This code is derived from software contributed to Berkeley by 10*44931Smckusick# Jan-Simon Pendry at Imperial College, London. 11*44931Smckusick# 12*44931Smckusick# %sccs.include.redist.sh% 13*44931Smckusick# 14*44931Smckusick# @(#)Makefile 5.1 (Berkeley) 07/19/90 15*44931Smckusick# 16*44931Smckusick 17*44931SmckusickMKARG = -f ../Makefile.top PROG=doc 18*44931SmckusickSHELL = /bin/sh 19*44931Smckusick 20*44931Smckusickdoc: FRC 21*44931Smckusick @${MAKE} ${MKARG} $@ 22*44931Smckusick 23*44931Smckusickinstall count clean lint: 24*44931Smckusick 25*44931SmckusickFRC: 26