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.46 retrieving revision 1.47 diff -u -p -r1.46 -r1.47 --- src/Makefile 1998/02/10 04:38:13 1.46 +++ src/Makefile 1998/02/15 00:33:03 1.47 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 1998/02/10 04:38:13 thorpej Exp $ +# $NetBSD: Makefile,v 1.47 1998/02/15 00:33:03 thorpej Exp $ .include # for configuration variables. @@ -50,6 +50,7 @@ afterinstall: build: beforeinstall (cd ${.CURDIR}/share/mk && ${MAKE} install) + (cd ${.CURDIR}/share/tmac && ${MAKE} && ${MAKE} install) .if exists(domestic) && !defined (EXPORTABLE_SYSTEM) (cd ${.CURDIR}/domestic/usr.bin/compile_et && \ ${MAKE} depend && ${MAKE} && \