Makefile.inc (ab3626d51a1d3db8cef3fe4c9b19182278e553b4) | Makefile.inc (64bd42622ac6c260fd329bed063c08c3f0a3ba8d) |
---|---|
1# $FreeBSD$ 2 3.if ${MACHINE} == "pc98" 4CFLAGS+= -DPC98 5.endif 6 | 1# $FreeBSD$ 2 3.if ${MACHINE} == "pc98" 4CFLAGS+= -DPC98 5.endif 6 |
7SUBDIR_PARALLEL= yes |
|