source: trunk/packs/install/Makefile @ 12274

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