diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-08-29 17:01:06 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-08-29 17:01:06 +0000 |
| commit | 14810c626c33d929c4cee251bf0cb6628dbabdcf (patch) | |
| tree | 43d7651a8daaa7f4a0a8b60e9ed37a6861dee9d0 /usr.bin/make | |
| parent | d70574cd96284e1ea249f564099fd88443cde35d (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 8ee4ba6a4001..fa08a374ac66 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -11,4 +11,7 @@ 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> |
