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 retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- src/Makefile 1996/04/25 01:02:27 1.34 +++ src/Makefile 1996/04/25 01:09:33 1.35 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 1996/04/25 01:02:27 jtc Exp $ +# $NetBSD: Makefile,v 1.35 1996/04/25 01:09:33 jtc Exp $ .include # for configuration variables. @@ -38,9 +38,6 @@ afterinstall: build: (cd ${.CURDIR}/share/mk && ${MAKE} install) ${MAKE} includes -.if exists(domestic) && !defined(EXPORTABLE_SYSTEM) - (cd ${.CURDIR}/domestic/include && ${MAKE} install) -.endif ${MAKE} cleandir (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)