1#
2# Copyright (c) 1992-1998 Michael A. Cooper.
3# This software may be freely used and distributed provided it is not
4# sold for profit or used in part or in whole for commercial gain
5# without prior written agreement, and the author is credited
6# appropriately.
7#
8# $Id: Makefile.base,v 1.4 1998/11/10 03:39:46 mcooper Exp $
9#
10# Makefile frontend.
11#
12
13RUNMAKE		= ../build/runmake
14
15all clean install install.man bindist: FRC
16	@${RUNMAKE} $@
17
18FRC:
19