Deleted Added
full compact
Makefile (20318) Makefile (20845)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
3
4.if ${MACHINE} == "tahoe"
5SUBDIR=csu/tahoe.pcc
6.elif ${MACHINE} == "vax"
7SUBDIR=csu/vax.pcc
8.else

--- 32 unchanged lines hidden (view full) ---

41.endif
42
43.if defined(WANT_CSRG_LIBM)
44SUBDIR+= libm
45.else
46SUBDIR+= msun
47.endif
48
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
3
4.if ${MACHINE} == "tahoe"
5SUBDIR=csu/tahoe.pcc
6.elif ${MACHINE} == "vax"
7SUBDIR=csu/vax.pcc
8.else

--- 32 unchanged lines hidden (view full) ---

41.endif
42
43.if defined(WANT_CSRG_LIBM)
44SUBDIR+= libm
45.else
46SUBDIR+= msun
47.endif
48
49SUBDIR+= compat
50
49.include <bsd.subdir.mk>
51.include <bsd.subdir.mk>