Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.55 retrieving revision 1.57 diff -u -p -r1.55 -r1.57 --- src/Makefile 1998/05/21 11:53:49 1.55 +++ src/Makefile 1998/07/21 23:13:13 1.57 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 1998/05/21 11:53:49 tv Exp $ +# $NetBSD: Makefile,v 1.57 1998/07/21 23:13:13 perry Exp $ .include # for configuration variables. @@ -47,18 +47,6 @@ afterinstall: build: beforeinstall (cd ${.CURDIR}/share/mk && ${MAKE} install) (cd ${.CURDIR}/share/tmac && ${MAKE} && ${MAKE} install) -.if exists(domestic) && !defined (EXPORTABLE_SYSTEM) -.if exists(domestic/usr.bin/compile_et) - (cd ${.CURDIR}/domestic/usr.bin/compile_et && \ - ${MAKE} depend && ${MAKE} && \ - ${MAKE} install) -.endif -.if exists(domestic/usr.bin/make_cmds) - (cd ${.CURDIR}/domestic/usr.bin/make_cmds && \ - ${MAKE} depend && ${MAKE} && \ - ${MAKE} install) -.endif -.endif .if !defined(UPDATE) ${MAKE} cleandir .endif @@ -66,12 +54,7 @@ build: beforeinstall (cd ${.CURDIR}/lib/csu && ${MAKE} depend && ${MAKE} && ${MAKE} install) (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) - (cd ${.CURDIR}/usr.bin/lex &&\ - ${MAKE} depend && ${MAKE} && ${MAKE} install) - (cd ${.CURDIR}/usr.bin/yacc && \ - ${MAKE} depend && ${MAKE} && ${MAKE} install) - (cd ${.CURDIR}/usr.bin/xlint && \ - ${MAKE} depend && ${MAKE} && ${MAKE} install) + (cd ${.CURDIR}/gnu/usr.bin/gcc/libgcc && ${MAKE} depend && ${MAKE} && ${MAKE} install) .if exists(domestic) && !defined(EXPORTABLE_SYSTEM) # libtelnet depends on libdes and libkrb. libkrb depends on # libcom_err.