BSD 4_3 development
[unix-history] / usr / contrib / hyper / Makefile
CommitLineData
73606ef3
C
1# Makefile 4.3 85/09/07
2#
3DESTDIR=
4
5all:
6 cd hyroute; make ${MFLAGS}
7 cd hylog; make ${MFLAGS}
8
9install: all
10 cd hyroute; make ${MFLAGS} DESTDIR=${DESTDIR} install
11 cd hylog; make ${MFLAGS} DESTDIR=${DESTDIR} install
12 cd man; make ${MFLAGS} DESTDIR=${DESTDIR} install
13
14clean:
15 cd hyroute; make ${MFLAGS} clean
16 cd hylog; make ${MFLAGS} clean