43f2108cfd
-adjust for new libs, programs and source files -replace generated config.h and mkver -add Frederick Bruckman's awk implementation of "ntptrace" as a replacement for the perl program in the original tree
14 lines
286 B
Makefile
14 lines
286 B
Makefile
# $NetBSD: Makefile,v 1.1 2003/12/04 16:41:56 drochner Exp $
|
|
|
|
NOLINKLIB=# defined
|
|
NOMAN= # defined
|
|
NOPIC= # defined
|
|
NOLINT= # defined
|
|
|
|
LIB= isc
|
|
SRCS= assertions.c error.c interfaceiter.c isc_strerror.c lib.c mem.c \
|
|
msgcat.c net.c strerror.c
|
|
NTPSRCDIR=lib${LIB}
|
|
|
|
.include <bsd.lib.mk>
|