summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-09-22 14:14:32 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-09-22 14:14:32 +0000
commit0ad2ff70eee4ac9521c69490f3dd0865921747bf (patch)
treef9939c3582af50ab3af1230eb1bc28d77d548ec4 /usr.bin/make
parent182b05e19e6be7013d4fe15f98983cb78b92c3ec (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index c4c40645368e..09142d5e744c 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.2 (Berkeley) 12/28/90
-# $Id: Makefile,v 1.3 1995/01/23 21:00:09 jkh Exp $
+# $Id: Makefile,v 1.4 1995/06/16 22:46:38 ache Exp $
PROG= make
CFLAGS+= -I${.CURDIR} -DPOSIX -DSYSVINCLUDE
@@ -12,7 +12,4 @@ SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
.PATH: ${.CURDIR}/lst.lib
-LDADD+= -lgnumalloc
-DPADD+= /usr/lib/libgnumalloc.a
-
.include <bsd.prog.mk>