Remove ex-print-zone.c
This commit is contained in:
parent
f267181a1f
commit
eb3104250b
2 changed files with 3 additions and 85 deletions
8
Makefile
8
Makefile
|
@ -24,8 +24,7 @@ LIBOBJ = util.o
|
|||
|
||||
BIN = ldnssec-keygen ldnssec-sign-dnskey
|
||||
MAN1 = ldnssec-keygen.1
|
||||
BINEX = ex-print-zone
|
||||
OBJ = ${BIN:=.o} ${BINEX:=.o} ${LIBOBJ}
|
||||
OBJ = ${BIN:=.o} ${LIBOBJ}
|
||||
SRC = ${OBJ:.o=.c}
|
||||
DIST = COPYING Makefile ${LIBHDR} ${SRC}
|
||||
|
||||
|
@ -38,10 +37,10 @@ LDNS_LIBS = -L/usr/local/lib -lldns
|
|||
.c.o:
|
||||
${CC} ${CFLAGS} ${LDNS_INCS} -c $<
|
||||
|
||||
all: ${BINEX} ${BIN}
|
||||
all: ${BIN}
|
||||
|
||||
clean:
|
||||
rm -f ${BIN} ${BINEX} ${OBJ} ${P}-${V}.tgz
|
||||
rm -f ${BIN} ${OBJ} ${P}-${V}.tgz
|
||||
|
||||
dist: clean
|
||||
pax -ws ',^,${P}-${V}/,' ${DIST} | gzip >${P}-${V}.tgz
|
||||
|
@ -62,4 +61,3 @@ util.o: util.h
|
|||
|
||||
ldnssec-keygen: ldnssec-keygen.o ${LIBOBJ}
|
||||
ldnssec-sign-dnskey: ldnssec-sign-dnskey.o ${LIBOBJ}
|
||||
ex-print-zone: ex-print-zone.o ${LIBOBJ}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue