9 lines
153 B
Makefile
9 lines
153 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/08/14 10:18:29 tv Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/9/93
|
|
|
|
PROG= tsort
|
|
|
|
.ifndef HOSTPROG
|
|
.include <bsd.prog.mk>
|
|
.endif
|