1 1.13 christos # $NetBSD: Makefile,v 1.13 2006/11/15 16:59:52 christos Exp $ 2 1.7 cgd # @(#)Makefile 8.1 (Berkeley) 5/31/93 3 1.1 cgd 4 1.1 cgd PROG= date 5 1.12 christos SRCS= date.c netdate.c getdate.y 6 1.5 mycroft DPADD+= ${LIBUTIL} 7 1.5 mycroft LDADD+= -lutil 8 1.13 christos CPPFLAGS+=-I${.CURDIR} 9 1.1 cgd 10 1.1 cgd .include <bsd.prog.mk> 11