2001-08-14 14:18:26 +04:00
|
|
|
# $NetBSD: Makefile,v 1.4 2001/08/14 10:18:29 tv Exp $
|
1994-12-07 04:06:23 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/9/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= tsort
|
|
|
|
|
2001-08-14 14:18:26 +04:00
|
|
|
.ifndef HOSTPROG
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.prog.mk>
|
2001-08-14 14:18:26 +04:00
|
|
|
.endif
|