mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Use our copy of dlfcn.h, not the version in /usr/include, which may not
be up-to-date when we are building. Submitted by: Terry Lambert <terry@lambert.org>
This commit is contained in:
parent
29c78eecc2
commit
dff682856f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25296
@ -1,7 +1,7 @@
|
||||
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
|
||||
# $Id: Makefile,v 1.29 1997/04/01 13:53:16 bde Exp $
|
||||
# $Id: Makefile,v 1.30 1997/04/02 16:49:18 jdp Exp $
|
||||
|
||||
CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer
|
||||
CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer -I${.CURDIR}
|
||||
OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o
|
||||
CLEANFILES+= a.out
|
||||
MAN3+= dlopen.3
|
||||
|
Loading…
Reference in New Issue
Block a user