]> diplodocus.org Git - nmh/blob - docs/historical/2.9BSD/Makefile
Added several historical source archives from the early days of MH.
[nmh] / docs / historical / 2.9BSD / Makefile
1 # %M% %I% %E%
2 #
3 DESTDIR=
4
5 all:
6 cd cmds; make ${MFLAGS}
7
8 cp: all
9 cd cmds; make DESTDIR=${DESTDIR} cp
10 cd man; make DESTDIR=${DESTDIR} cp
11
12 clean:
13 cd cmds; make ${MFLAGS} clean