Home | History | Annotate | Line # | Download | only in libtddl
Makefile revision 1.1
      1  1.1  christos # $NetBSD: Makefile,v 1.1 2012/01/28 02:15:26 christos Exp $
      2  1.1  christos .include "../Makefile.inc"
      3  1.1  christos 
      4  1.1  christos .PATH.c: ${DIST}/src/tddl
      5  1.1  christos 
      6  1.1  christos CPPFLAGS+=-DAPPID=\"TCSD\ TDDL\"
      7  1.1  christos 
      8  1.1  christos LIB=tddl
      9  1.1  christos SRCS=tddl.c
     10  1.1  christos 
     11  1.1  christos .include <bsd.lib.mk>
     12