From: etheisen Date: Tue, 6 Feb 1996 07:00:16 +0000 (+0000) Subject: Include path /usr/include no longer needed. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c90cd8eed815393164618540c098064d8b4aa5ec;p=openbsd Include path /usr/include no longer needed. --- diff --git a/gnu/lib/libmalloc/Makefile b/gnu/lib/libmalloc/Makefile index ab34231cd8e..435b175bed0 100644 --- a/gnu/lib/libmalloc/Makefile +++ b/gnu/lib/libmalloc/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.2 1996/02/02 07:10:59 etheisen Exp $ +# $Id: Makefile,v 1.3 1996/02/06 07:00:16 etheisen Exp $ -CFLAGS+= -I${.CURDIR} -I/usr/include +CFLAGS+= -I${.CURDIR} LIB= gnumalloc SRCS+= combined.c