source: trunk/packs/install/Makefile @ 8939

Revision 8939, 310 bytes checked in by ghudson, 28 years ago (diff)
A Makefile to install the stuff in here.
Line 
1# $Id: Makefile,v 1.1 1996-09-20 05:01:46 ghudson Exp $
2
3SHELL=/bin/sh
4
5all:
6        cd platform/${HOSTTYPE} && ${MAKE} $@
7
8check:
9        cd platform/${HOSTTYPE} && ${MAKE} $@
10
11install:
12        cd platform/${HOSTTYPE} && ${MAKE} $@
13
14clean:
15        cd platform/${HOSTTYPE} && ${MAKE} $@
16
17distclean:
18        cd platform/${HOSTTYPE} && ${MAKE} $@
Note: See TracBrowser for help on using the repository browser.