Home | History | Annotate | Line # | Download | only in ntpdate
Makefile revision 1.2.6.1
      1  1.2.6.1    yamt #	$NetBSD: Makefile,v 1.2.6.1 2012/04/17 00:03:37 yamt Exp $
      2      1.1  kardel 
      3      1.1  kardel .include <bsd.own.mk>
      4      1.1  kardel 
      5      1.1  kardel PROG=	ntpdate
      6      1.2  kardel MAN=	ntpdate.8
      7      1.1  kardel BINDIR=	/usr/sbin
      8      1.1  kardel 
      9      1.1  kardel SRCS=	ntpdate.c
     10      1.1  kardel 
     11      1.1  kardel LDADD+=		-L${LIBNTP} -lntp -L${LIBISC} -liscntp -lm 
     12      1.1  kardel DPADD+=		${LIBNTP}/libntp.a ${LIBISC}/libiscntp.a ${LIBM}
     13      1.1  kardel 
     14      1.1  kardel .include "${.CURDIR}/../Makefile.inc"
     15      1.1  kardel 
     16      1.1  kardel DIST=${IDIST}/ntpdate
     17      1.1  kardel 
     18  1.2.6.1    yamt CPPFLAGS+=-I${IDIST}/include -I${IDIST}/sntp/libopts
     19      1.1  kardel 
     20      1.1  kardel .PATH: ${DIST}
     21      1.1  kardel 
     22      1.1  kardel .include <bsd.prog.mk>
     23