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