Home | History | Annotate | Line # | Download | only in timedc
Makefile revision 1.1
      1 #	@(#)Makefile	5.2 (Berkeley) 5/11/90
      2 
      3 PROG=	timedc
      4 SRCS=	cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.${MACHINE}.c
      5 MAN8=	timedc.0
      6 BINOWN=	root
      7 BINMODE=4555
      8 .PATH:	${.CURDIR}/../timed
      9 
     10 .include "../../Makefile.inc"
     11 .include <bsd.prog.mk>
     12