Don't explicitly define __FreeBSD__ - this is no longer necessary.

This commit is contained in:
David Greenman 1994-08-19 12:24:45 +00:00
parent 52e40974dd
commit e4e244ac16

View file

@ -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