diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-09-22 14:14:32 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-09-22 14:14:32 +0000 |
| commit | 0ad2ff70eee4ac9521c69490f3dd0865921747bf (patch) | |
| tree | f9939c3582af50ab3af1230eb1bc28d77d548ec4 /usr.bin/make | |
| parent | 182b05e19e6be7013d4fe15f98983cb78b92c3ec (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/Makefile | 5 |
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> |
