13 lines
188 B
Makefile
13 lines
188 B
Makefile
# $NetBSD: Makefile,v 1.9 2015/02/03 19:58:41 aymeric Exp $
|
|
#
|
|
PROG=txlt
|
|
NOMAN= # defined
|
|
CLEANFILES+= txlt.c
|
|
|
|
.ifndef HOSTPROG
|
|
LDADD+= -ll
|
|
DPADD+= ${LIBL}
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|