BSD 4_3 development
[unix-history] / usr / contrib / apl / Makefile
CommitLineData
b2b142ad
C
1# Makefile 4.2 83/07/27
2#
3DESTDIR=
4
5all:
6 cd src; make ${MFLAGS}
7
8install: all
9 cd src; make ${MFLAGS} DESTDIR=${DESTDIR} install
10 cd lib; make ${MFLAGS} DESTDIR=${DESTDIR} install
11 cd man; make ${MFLAGS} DESTDIR=${DESTDIR} install
12
13clean:
14 cd src; make ${MFLAGS} clean