Home | History | Annotate | Line # | Download | only in ntpq
Makefile revision 1.6.2.1
      1  1.6.2.1     snj #	$NetBSD: Makefile,v 1.6.2.1 2014/12/25 02:34:21 snj Exp $
      2      1.1  kardel 
      3      1.1  kardel .include <bsd.own.mk>
      4      1.1  kardel 
      5      1.1  kardel PROG=	ntpq
      6      1.2  kardel MAN=	ntpq.8
      7      1.1  kardel BINDIR=	/usr/sbin
      8      1.1  kardel 
      9      1.1  kardel SRCS=	ntpq.c					\
     10      1.1  kardel 	ntpq-subs.c				\
     11      1.1  kardel 	ntpq-opts.c
     12      1.1  kardel 
     13      1.3      he LDADD+=		-L${LIBNTP} -lntp -L${LIBOPTS} -lopts -L${LIBISC} -liscntp -ledit -lterminfo -lm 
     14      1.3      he #DPADD+=		${LIBISC}/libiscntp.a ${LIBOPTS}/libopts.a  ${LIBNTP}/libntp.a ${LIBEDIT} ${LIBTERMINFO} ${LIBM}
     15      1.1  kardel 
     16      1.1  kardel .include "${.CURDIR}/../Makefile.inc"
     17      1.1  kardel 
     18      1.1  kardel DIST=${IDIST}/ntpq
     19      1.1  kardel 
     20      1.6  kardel CPPFLAGS+=-I${IDIST}/include -I${IDIST}/sntp/libopts
     21      1.1  kardel 
     22      1.1  kardel .PATH: ${DIST}
     23      1.1  kardel 
     24      1.1  kardel .include <bsd.prog.mk>
     25