=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/Makefile 1996/05/06 21:44:03 1.8 --- src/Makefile 1996/05/14 19:10:34 1.9 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.8 1996/05/06 21:44:03 deraadt Exp $ # $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $ .include # for NOMAN, if it's there. --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.9 1996/05/14 19:10:34 deraadt Exp $ # $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $ .include # for NOMAN, if it's there. *************** *** 30,35 **** --- 30,36 ---- .else (cd ${.CURDIR}/etc && ${MAKE} distrib-dirs) .endif + (cd ${.CURDIR}/include; ${MAKE} includes) afterinstall: .ifndef NOMAN