diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-02-06 07:00:17 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-02-06 07:00:17 +0000 |
commit | 249cd3184cccf1bc18b93e73b48873035a973fbc (patch) | |
tree | 42f4e10eaffa8ae85a36ab8a1b6963ddd78bab92 /gnu | |
parent | cc9d95ae2a9bed0fdf355a01ba545bfff8892653 (diff) |
Include path /usr/include no longer needed.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libmalloc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |