Annotation of 43BSDReno/usr.sbin/named/Makefile, revision 1.1.1.1

1.1       root        1: #      @(#)Makefile    5.8 (Berkeley) 7/28/90
                      2: 
                      3: ### -DALLOW_T_UNSPEC -Dmalloc=rt_malloc -Dfree=rt_free
                      4: ### ALLOC=storage.o
                      5: PROG=  named
                      6: MAN8=  named.0
                      7: CFLAGS=        -O -DDEBUG -DSTATS
                      8: LDADD= -lutil
                      9: SRCS=  db_dump.c db_glue.c db_load.c db_lookup.c db_reload.c db_save.c \
                     10:        db_update.c ns_forw.c ns_init.c ns_main.c ns_maint.c ns_req.c \
                     11:        ns_resp.c ns_sort.c ns_stats.c
                     12: OBJS+= version.o
                     13: CLEANFILES+=version.c version.o
                     14: SUBDIR=        tools xfer
                     15: 
                     16: version.c: ${.CURDIR}/Version.c
                     17:        (u=$${USER-root} d=`pwd |sed -e 's|/obj/|/src/|'` \
                     18:         h=`hostname` t=`date`; \
                     19:        sed -e "s|%WHEN%|$${t}|" \
                     20:            -e "s|%WHOANDWHERE%|$${u}@$${h}:$${d}|" \
                     21:            < ${.CURDIR}/Version.c > version.c)
                     22: 
                     23: afterinstall:
                     24:        install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/named.restart \
                     25:            ${.CURDIR}/named.reload ${DESTDIR}${BINDIR}
                     26: 
                     27: .include <bsd.prog.mk>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.