=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/include/Makefile 1996/05/22 11:34:45 1.8 --- src/include/Makefile 1996/06/02 07:28:42 1.9 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.8 1996/05/22 11:34:45 deraadt Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.9 1996/06/02 07:28:42 tholo Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 *************** *** 28,40 **** DIRS= arpa protocols rpc rpcsvc LDIRS= dev net netinet netccitt netiso netns nfs sys ufs vm ddb ! RDIRS= ../lib/libcurses ../lib/librpcsvc ../lib/libpcap NOOBJ= noobj # Change SYS_INCLUDE in bsd.own.mk to "symlinks" if you don't want copies .include SYS_INCLUDE?= copies includes: @echo installing ${FILES} --- 28,44 ---- DIRS= arpa protocols rpc rpcsvc LDIRS= dev net netinet netccitt netiso netns nfs sys ufs vm ddb ! RDIRS= ../lib/libcurses ../lib/libocurses ../lib/libcurses ../lib/librpcsvc \ ! ../lib/libtermlib NOOBJ= noobj # Change SYS_INCLUDE in bsd.own.mk to "symlinks" if you don't want copies .include SYS_INCLUDE?= copies + .if defined(KERBEROS) + RDIRS+= ../kerberosIV/include ../kerberosIV/kadm ../kerberosIV/krb ../kerberosIV/ss + .endif includes: @echo installing ${FILES}