source: trunk/third/sysinfo/Makefile.athena @ 14497

Revision 14497, 223 bytes checked in by ghudson, 24 years ago (diff)
Support new "dist" operation.
Line 
1# $Id: Makefile.athena,v 1.4 2000-03-29 20:54:07 ghudson Exp $
2
3SHELL=/bin/sh
4
5dist:
6
7prepare:
8
9clean:
10        ${MAKE} clean
11
12all:
13        ${MAKE} "CC=$$COMPILER"
14
15check:
16
17install:
18        ${MAKE} install install.man "DESTDIR=$$SRVD" "LIBDIR="
Note: See TracBrowser for help on using the repository browser.