mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
Don't explicitly define __FreeBSD__ - this is no longer necessary.
This commit is contained in:
parent
52e40974dd
commit
e4e244ac16
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# $Id: Makefile,v 1.13 1993/12/04 00:52:54 jkh Exp $
|
||||
# $Id: Makefile,v 1.14 1994/02/14 10:02:13 rgrimes Exp $
|
||||
#
|
||||
|
||||
PROG= ld
|
||||
SRCS= ld.c symbol.c lib.c shlib.c warnings.c etc.c rrs.c xbits.c md.c
|
||||
CFLAGS += -D__FreeBSD__ -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE)
|
||||
CFLAGS += -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE)
|
||||
|
||||
LDADD+= -lgnumalloc
|
||||
DPADD+= /usr/lib/libgnumalloc.a
|
||||
|
|
|
|||
Loading…
Reference in a new issue