break out special local mail processing (e.g., mapping to the
[unix-history] / usr / src / old / lisp / makefile
CommitLineData
1961b1ac 1# @(#)makefile 5.7 (Berkeley) %G%
b22f4bde
KB
2
3all: FRC
e092cb7f
MK
4 ./lispconf ${MACHINE}_4_3
5 make -f Makefile ${MFLAGS} DESTDIR=${DESTDIR} copylibrary
6 make -f Makefile ${MFLAGS}
b22f4bde
KB
7
8install: FRC
e092cb7f 9 make -f Makefile ${MFLAGS} DESTDIR=${DESTDIR} install
b22f4bde
KB
10
11clean: FRC
e092cb7f 12 make -f Makefile ${MFLAGS} clean
b22f4bde
KB
13
14depend: FRC
e092cb7f 15 make -f Makefile ${MFLAGS} depend
b22f4bde
KB
16
17FRC: