1 1.10 christos # $NetBSD: Makefile,v 1.10 2016/09/17 17:09:10 christos Exp $ 2 1.3 perry # 3 1.10 christos 4 1.10 christos NOMAN= # defined 5 1.10 christos .include <bsd.init.mk> 6 1.10 christos 7 1.7 jmc PROG=txlt 8 1.2 is CLEANFILES+= txlt.c 9 1.1 is 10 1.9 aymeric .ifndef HOSTPROG 11 1.9 aymeric LDADD+= -ll 12 1.9 aymeric DPADD+= ${LIBL} 13 1.9 aymeric .endif 14 1.9 aymeric 15 1.7 jmc .include <bsd.prog.mk> 16