source: trunk/packs/install/Makefile @ 12274

Revision 12274, 250 bytes checked in by ghudson, 26 years ago (diff)
Recurse into os instead of platform.
Line 
1# $Id: Makefile,v 1.2 1998-12-25 19:37:58 ghudson Exp $
2
3SHELL=/bin/sh
4
5all:
6        cd os/${OS} && ${MAKE} $@
7
8check:
9        cd os/${OS} && ${MAKE} $@
10
11install:
12        cd os/${OS} && ${MAKE} $@
13
14clean:
15        cd os/${OS} && ${MAKE} $@
16
17distclean:
18        cd os/${OS} && ${MAKE} $@
Note: See TracBrowser for help on using the repository browser.