X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/b22ee7bc086c82c3174c61cf8bf8c54e923f4f59..2bade5508d05fe9e4bec6842516388ef51815f52:/usr/src/old/Makefile diff --git a/usr/src/old/Makefile b/usr/src/old/Makefile index 0792d527b7..8da45ea61f 100644 --- a/usr/src/old/Makefile +++ b/usr/src/old/Makefile @@ -1,5 +1,19 @@ -# @(#)Makefile 5.1 (Berkeley) %G% +# @(#)Makefile 5.44 (Berkeley) %G% -SUBDIR= compact crypt make more od talk +SUBDIR= compact hostid lex make yacc + +.if (${MACHINE} == "hp300") +SUBDIR+=adb as.hpux ld +.elif (${MACHINE} == "i386") +SUBDIR+=ld +.elif (${MACHINE} == "luna68k") +SUBDIR+=ld +.elif (${MACHINE} == "mips") +SUBDIR+=ld +.elif (${MACHINE} == "tahoe") +SUBDIR+=adb as.tahoe dbx dlmpcc ld pcc +.elif ${MACHINE} == "vax" +SUBDIR+=adb arff as.vax dbx flcopy ld pcc rxformat talk tp +.endif .include