mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Remove dmalloc here too.
This commit is contained in:
parent
e945c6e614
commit
6c9cfdd2f1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21164
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.13 1996/11/26 03:29:03 ache Exp $
|
||||
# $Id: Makefile,v 1.14 1997/01/01 05:17:23 jkh Exp $
|
||||
|
||||
.include "${.CURDIR}/Makefile.inc"
|
||||
|
||||
@ -7,9 +7,9 @@
|
||||
|
||||
PROG= named
|
||||
SRCS= version.c db_dump.c db_glue.c db_load.c db_lookup.c db_reload.c \
|
||||
db_save.c db_secure.c db_update.c dmalloc.c ns_forw.c \
|
||||
db_save.c db_secure.c db_update.c ns_forw.c \
|
||||
ns_init.c ns_main.c ns_maint.c ns_ncache.c ns_req.c ns_resp.c \
|
||||
ns_sort.c ns_stats.c ns_validate.c storage.c tree.c ns_udp.c
|
||||
ns_sort.c ns_stats.c ns_udp.c ns_validate.c storage.c tree.c
|
||||
MAN8= named.8
|
||||
|
||||
CLEANFILES+= version.c
|
||||
|
Loading…
Reference in New Issue
Block a user