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/lib/libc/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- src/lib/libc/Makefile 1993/10/15 01:23:49 1.15 +++ src/lib/libc/Makefile 1993/10/17 00:46:25 1.16 @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.2 (Berkeley) 3/5/91 -# $Id: Makefile,v 1.15 1993/10/15 01:23:49 jtc Exp $ +# $Id: Makefile,v 1.16 1993/10/17 00:46:25 pk Exp $ # # All library objects contain sccsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -31,6 +31,7 @@ AINC= -I${.CURDIR}/arch/${MACHINE} .include "${.CURDIR}/yp/Makefile.inc" .include "${.CURDIR}/rpc/Makefile.inc" .include "${.CURDIR}/quad/Makefile.inc" +.include "${.CURDIR}/dl/Makefile.inc" LIBKERN= /sys/lib/libkern